USPTO Trademark Search API · Example Payload

Uspto Trademark Search Api Searchtrademarks Example

BrandBrand ProtectionBusinessDataGovernment DataIntellectual PropertyLegalSearchTrademarkUSPTO

Uspto Trademark Search Api Searchtrademarks Example is an example object payload from USPTO Trademark Search API, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://uspto-trademark.p.rapidapi.com/v1/trademarkSearch/apple/active",
    "headers": {
      "X-RapidAPI-Key": "your-rapidapi-key",
      "X-RapidAPI-Host": "uspto-trademark.p.rapidapi.com"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "count": 3,
      "page": 1,
      "items": [
        {
          "serialNumber": "73198100",
          "registrationNumber": "1114384",
          "wordMark": "APPLE",
          "status": "Registered",
          "statusCode": "700",
          "filingDate": "1978-12-28",
          "registrationDate": "1980-01-27",
          "ownerName": "Apple Inc.",
          "goodsAndServices": "Computers and computer programs; namely, electronic spreadsheets",
          "internationalClasses": [9]
        },
        {
          "serialNumber": "76657434",
          "registrationNumber": "3307912",
          "wordMark": "APPLE",
          "status": "Registered",
          "statusCode": "700",
          "filingDate": "2005-03-29",
          "registrationDate": "2007-10-09",
          "ownerName": "Apple Inc.",
          "goodsAndServices": "Computer hardware; portable media players; mobile phones",
          "internationalClasses": [9]
        },
        {
          "serialNumber": "85116755",
          "registrationNumber": "4103087",
          "wordMark": "APPLE",
          "status": "Registered",
          "statusCode": "700",
          "filingDate": "2010-09-02",
          "registrationDate": "2012-02-28",
          "ownerName": "Apple Inc.",
          "goodsAndServices": "Retail store services featuring computers, consumer electronics, and related accessories",
          "internationalClasses": [35]
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/uspto-trademark-search-api-searchTrademarks-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.