24 Pull Requests
Suggested open-source projects for December contribution sprints
A community project that nudges developers to send pull requests throughout December. The JSON API exposes suggested projects, participating users, and organisations. Each project entry links a GitHub repo with its primary language.
GET https://24pullrequests.com/projects.json
[
{
"description": "Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API",
"github_url": "https://github.com/swagger-api/swagger-core",
"main_language": "Java"
}
]curl "https://24pullrequests.com/projects.json"const res = await fetch("https://24pullrequests.com/projects.json");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://24pullrequests.com/projects.json")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/projects.jsonPROBEDSuggested open-source projects for December contribution sprints
/projects.json?limit=5Paginated variant with limit parameter.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
24 Pull Requests: common questions
Is 24 Pull Requests free to use?
Yes — 24 Pull Requests is a free developer tools API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does 24 Pull Requests need an API key?
No — 24 Pull Requests needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call 24 Pull Requests from the browser?
Not directly — 24 Pull Requests doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is 24 Pull Requests up right now?
As of our last scheduled check, 24 Pull Requests is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.