View Source Uspto.Metadata (openapi_compiler v1.0.0-beta.18)

USPTO Data Set API - 1.0.0

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.

Open Data Portal - developer@uspto.gov - https://developer.uspto.gov

Link to this section Summary

Link to this section Functions

Link to this function

get(client \\ %Tesla.Client{}, config)

View Source

See Uspto.get_root/2.

Link to this function

list_data_sets(client \\ %Tesla.Client{}, config)

View Source

See Uspto.get_root/2.

Link to this function

list_searchable_fields(client \\ %Tesla.Client{}, config)

View Source

See Uspto.get_dataset_version_fields/2.