Social — entry 034 of 39
Trash Nothing
Trash Nothing is a nonprofit freecycling network, and its REST API (documented via a published OpenAPI/Swagger spec) exposes local groups, member posts of free items, and location-based search so third-party apps can browse or post giveaways. Requests can authenticate with either a registered app's API key or a full OAuth 2.0 user token, keeping the platform free and low-friction for read-heavy browsing use cases.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score57
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.