API Documentation
Things Last API
Access product lifespan data programmatically via our REST API.
Base URL
https://thingslast.com/api/v1/
Endpoints
| Endpoint | Description |
|---|---|
GET /api/v1/stats | Site statistics and section counts |
GET /api/v1/search?q=query | Search across all categories |
GET /api/v1/vehicles/{slug} | Vehicle reliability data |
GET /api/v1/food/{slug} | Food storage durations |
GET /api/v1/home/{slug} | Home component lifespan |
GET /api/v1/medication/{slug} | Medication shelf life |
Rate Limits
- Free: 100 requests per day
- All responses are JSON
Example
GET /api/v1/stats
{
"sections": {
"vehicles": { "pages": 8491 },
"food": { "pages": 611 },
"home-components": { "pages": 163 },
"medication": { "pages": 66 }
},
"total_pages": 9331
}
Status
The API is currently in beta. Full data endpoints are being expanded.
For API access inquiries, email [email protected].