Patentsview's "Recently" Issued Plant Patents
This page is sending in a get request to the /patents endpoint with the following parameters:
q={"patent_type":"Plant"}
&f=["patent_number","patent_date"]
&s=[{"patent_date":"desc"},{"patent_number":"desc"}]
The raw data is shown below to illustrate the problem that html entities and markup are present in the title field. The <i> would turn on
italics, </i> would turn off
italics, ‘ is the character ‘ and ’ is the character ’.
I've only seen this on plant patents.