# USPTO API **Provider:** USPTO **Category:** developer **Base URL:** `https://www.uspto.gov` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.uspto.gov/learning-and-resources/open-data-and-mobility ## Description Home page of the United States Patent and Trademark Office ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.uspto.gov/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://www.uspto.gov' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/uspto/) — CC BY 4.0*