Uses This

1259 interviews since 2009

API

Uses This has a very simple (static!) JSON-based API. I'd love to know if you end up doing something fun with it!

Interviews

GET /api/interviews/
Returns a paginated list of interviews.
GET /api/interviews/slug/
Returns a single interview.

Gear

GET /api/hardware
GET /api/software
Returns a paginated list of the given gear type.
GET /api/hardware/slug
GET /api/software/slug
Returns a single piece of gear.

Categories

GET /api/categories/
Returns the full list of categories.
GET /api/categories/slug/
Returns a paginated list of interviews for the given category.

Stats

GET /api/stats
Returns some very basic statistics about the site.
GET /api/stats/hardware/
GET /api/stats/software/
Returns the top 50 items by mentions. Accepts a year parameter.