Patentsview Recently Issued Plant Patents
Below is what is returned from a get to the patents endpoint for recently issued plant patents:
q={"patent_type":"Plant"}
&f=["patent_number","patent_title","patent_date","app_number","app_date","rawinventor_first_name","rawinventor_last_name","inventor_city","inventor_state","inventor_country","inventor_sequence","assignee_city","assignee_country","assignee_first_name","assignee_last_name","assignee_state","assignee_organization","uspc_subclass_id","uspc_sequence","cpc_subgroup_id","cpc_sequence"]
&s=[{"patent_date":"desc"},{"patent_number":"desc"}]
In English it's asking for plant patents with a sort of patent_date (issue date) descending so the return will be the 25 (default return size)
more recently issued plant patents in the patentsview database. Note that the uspto issues new patents every Tuesday but the patentsview database is only updated
every quarter so so. Note these problem below: no uspcs (United States Patent Classification) are returned and no cpcs (Cooperative Patent Classification) are returned. Every plant patent should have one or more uspc classification
and many plant patents have cpc assignments (see
this page). It is true that utility patents stopped receiving uspc assignmments in 2015 but
plant patents still receive them though the patentsview api does not return them.