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", "patent_title", "uspc_subclass_id", "cpc_subgroup_id"]
&o={"page":
}
&s=[{"patent_date":"desc"}, {"patent_number":"desc"}]
In English that's asking for patents with a patent_type of Plant, specifying a list of fields
to return please, and if it's not too much bother could the patents come back
with a primary sort by patent date descending and a secondary sort of patent number descending? Initially we ask for the first page of 25 patents (the default size since we didn't specify one). We request the next page of patents on subsequent presses of the
"Get More Patents!" link.
To make a spreadsheet analogy, we're asking for rows of sorted patent data where the columns are the ones specified in the "f" parameter. Pretty cool, huh?
There are problems though. Plant patents and design patents (and
reissued patents of either type) do still use uspc_subclass_id's. Additionally, some
plant patents are given
cpcs (cpc_subgroup_id) so the nulls are not necessarily correct.
See
this page for more details about plants with cpcs.
The "Recent"
is because the patentsview data lags by several months. Patents are issued
each Tuesday and the most recent ones patentsview has are shown below.
Patent No. | Issue Date | Title | US Classification(s) | cpc(s) |
Requesting data from Patentsview. Results will appear here
in a few seconds! |
Get More Patents!
Rows returned:
?