USPTO Data Set API (1.0.0)

Download OpenAPI specification:Download

The Data Set API (DSAPI) allows the public users to discover and search USPTO exported data sets. This is a generic API that allows USPTO users to make any CSV based data files searchable through API. With the help of GET call, it returns the list of data fields that are searchable. With the help of POST call, data can be fetched based on the filters on the field names. Please note that POST call is used to search the actual data. The reason for the POST call is that it allows users to specify any complex search criteria without worry about the GET size limitations as well as encoding of the input parameters.

metadata

Find out about the data sets

List available data sets

list available data sets

Responses

Response samples

Content type
application/json

Provides the general information about the API and the list of fields that can be used to query the dataset.

This GET API returns the list of all the searchable field names that are in the oa_citations. Please see the 'fields' attribute which returns an array of field names. Each field or a combination of fields can be searched using the syntax options shown below.

path Parameters
dataset
required
string
Default: "oa_citations"

Name of the dataset. In this case, the default value is oa_citations

version
required
string
Default: "v1"

Version of the dataset.

Responses

Response samples

Content type
application/json
"string"

search

Search a data set