24 Pull Requests

Suggested open-source projects for December contribution sprints

🔧 Developer ToolsUNMONITOREDchecked 1h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
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"
  }
]
Call itcurl · fetch · python
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

Endpoints · 2On scheduleFULL DOCS ↗
First rollup pending — GET /projects.json has been probed
GET/projects.jsonPROBED

Suggested open-source projects for December contribution sprints

GET/projects.json?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

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.