List patent
API for retrieving the Patent Index list.
Query parameters¶
Currently there are no query parameters and this API returns the entire list.
Query parameters will be added soon.
Example request¶
- AsyncIO is Python's built-in library for writing concurrent code with the async/await syntax.
- This is optional and is imported in this example to show how to export the result to a CSV file using pandas.
- Clicking on the Patent No. name in the Web UI opens a list of all tables stored in the key
table_ids
. - table_ids is invisible in the Web UI, and the table ID is separated by a delimiter
\x7f
.
Note
Many table IDs are joined and stored as string in the original SciGlass database, but they are separated by either ,
(comma) or (space) or ASCII characters like
(This is not space) or \x7f
.
The developer is currently keeping it as it was. This decision may change in future updates to improve performance and maintainability.