Uses This

A collection of nerdy interviews asking people from all walks of life what they use to get the job done.

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/v2/interviews/
Returns a paginated list of interviews.
GET /api/v2/interviews/slug/
Returns a single interview.

Gear

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

Categories

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

Stats

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