24 Pull Requests
The 24 Pull Requests API provides read‑only JSON endpoints that expose the initiative’s project listings, pull‑request contributions, and participant (user and organisation) data for the December open‑source campaign, with pagination and optional JSON‑P support.
Latency
1173ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/projects.json
Load all suggested projects on the site, ordered alphabetically.
/pull_requests.json
Load all contributions (pull requests) by users of the site during December, ordered by newest first, includes the user who made the contribution.
/pull_requests/meta.json
Load metadata about all contributions this year (total count and total pages).
/users.json
Load all users who have signed up to the site, ordered by contributions count, includes organisations and pull requests.
/users/{nickname}.json
Load information for a specific user.
/organisations.json
Load all organisations that have signed up to the site, includes the users belonging to each organisation.
/organisations/{login}.json
Load information for a specific organisation.
7 endpoints auto-detected
curl -X GET \ "https://24pullrequests.com/api/projects.json"
24pullrequests.com · HTTPS only