{ "opencollection": "1.0.0", "info": { "name": "USPTO Trademark Search Database Status API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Database Status", "type": "folder" }, "items": [ { "info": { "name": "Get Database Status", "type": "http" }, "http": { "method": "GET", "url": "https://uspto-trademark.p.rapidapi.com/v1/databaseStatus" }, "docs": "Returns the current status of the USPTO trademark database including the last update date, record count, and database health information. Use this endpoint to verify data freshness before performing trademark searches." } ] } ], "bundled": true }