APIHub
Back to Explore

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.

Development
none
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

1173ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/projects.json

Load all suggested projects on the site, ordered alphabetically.

  • callback (query) — JSON‑P callback function name
GET

/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.

  • page (query, page) — Page number for pagination (default 1, 99 items per page)
  • callback (query) — JSON‑P callback function name
GET

/pull_requests/meta.json

Load metadata about all contributions this year (total count and total pages).

  • callback (query) — JSON‑P callback function name
GET

/users.json

Load all users who have signed up to the site, ordered by contributions count, includes organisations and pull requests.

  • page (query, page) — Page number for pagination (default 1, 99 items per page)
  • callback (query) — JSON‑P callback function name
GET

/users/{nickname}.json

Load information for a specific user.

  • nickname (path, required) — Nickname of the user
  • callback (query) — JSON‑P callback function name
GET

/organisations.json

Load all organisations that have signed up to the site, includes the users belonging to each organisation.

  • page (query, page) — Page number for pagination (default 1, 99 items per page)
  • callback (query) — JSON‑P callback function name
GET

/organisations/{login}.json

Load information for a specific organisation.

  • login (path, required) — Login name of the organisation
  • callback (query) — JSON‑P callback function name

7 endpoints auto-detected

curl -X GET \
  "https://24pullrequests.com/api/projects.json"

24pullrequests.com · HTTPS only