United States Patent Classifications in Patentsview Data
Here we request utility patent 9,000,000 so we can see how its USPC (United States Patent Classifications) fields come back from the patentsview api. We request all of the API's uspc related fields in the f parameter and sort by uspc_sequence.
This page is sending in a get request to the /patents endpoint with the following parameters:
q={"patent_number":"9000000"}
&f=["patent_number","uspc_first_seen_date","uspc_last_seen_date","uspc_mainclass_id","uspc_mainclass_title","uspc_sequence","uspc_subclass_id","uspc_subclass_title","uspc_total_num_assignees","uspc_total_num_inventors","uspc_total_num_patents"]
&s=[{"uspc_sequence":"asc"}]
Patentsview data will be placed here. This may take a few seconds...