Return the applications by applcation number and various other parameters.
GET {{baseUrl}}/v1/patent/application?searchText=<string>&criteriaSearchText=<string>&documentType=<string>&applicationType=<string>&publicationFromDate=<string>&publicationToDate=<string>&documentId=<string>&applicationNumber=<string>&applicationFromDate=<string>&applicationToDate=<string>&title=<string>&patentNumber=<string>&assignee=<string>&applicant=<string>&inventor=<string>&start=0&rows=100&sortField=<string>&sortOrder=<string>
Return the application by application number and various other parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
searchText | string | Search Title of Invention, Abstract, Application Number, Patent Number, Application Type, applicant, inventor and/or assignee. Phrase search is also supported (Example "Fehr, John"). | |
criteriaSearchText | string | It allows to search the records using Lucence query syntax. Example syntax is inventor:Burger OR inventor:Williams. In this example, OR is a keyword and inventor is a searchable field. | |
documentType | string | Type of the application (grant or application). | |
applicationType | string | Types of Patent documents issued by USPTO covering different types of subject matter and offering different kinds of protection (Ex. UTILITY, DESIGN, PLANT, etc.). | |
publicationFromDate | string | Date of publishing domestic/US applications and grants. Publication From date in YYYY-MM-DD format. | |
publicationToDate | string | Date of publishing domestic/US applications and grants. Publication To date in YYYY-MM-DD format. | |
documentId | string | Unique identifer for the actual PDF document. Could be a Grant or PreGrant unique identifier. It allows to search more than one application by providing comma separated list of Document Ids. | |
applicationNumber | string | The application number is a number given to a patent application when it is filed. The number contains a two digit series code followed by a six digit serial number assigned by the USPTO (Example: US9748552). It allows to search more than one application by providing comma separated list of application numbers. | |
applicationFromDate | string | Date the application was filed. Application From date in YYYY-MM-DD format. | |
applicationToDate | string | Date the application was filed. Application To date in YYYY-MM-DD format. | |
title | string | The Title of the Invention appears as the heading on the first page of the specification. Phrase search is also supported (Example "Fehr, John"). | |
patentNumber | string | Patent Number is a number given to the patent. It allows to search more than one patent application by providing comma separated list of patent numbers. | |
assignee | string | The entity that is the recipient of a transfer of a patent application or patent from its owner of record. | |
applicant | string | The Applicant name listed on a patent application, or Inventor or joint inventors who are applying for a patent on their own invention. Phrase search is also supported (Example "Fehr, John"). | |
inventor | string | Inventor is the one who contributes to the conception of an invention. Phrase search is also supported (Example "Fehr, John"). | |
start | number | Starting record number. Default value is 0. | |
rows | number | Specify number of rows to be returned. If you run the search with default values, in the response you will see 'numFound' attribute which will tell the number of records available in the dataset. | |
sortField | string | Specify the sort field name. Results will be sorted based on sort field. If sort field is not specified, results would be sorted based on applicationDate. | |
sortOrder | string | Specify the sort order. Sort order must be either asc or desc. asc indicates results are sorted Ascending order of the specified sort field, desc indicates results are sorted Descending order of the specified sort field. Default value is desc. |
RESPONSES
status: OK
[]