Agify.io
Estimates the age from a first name
| Category | Development |
|---|---|
| Authentication | No Auth |
| HTTPS | Yes |
| CORS | yes |
| Difficulty | beginner |
| Official URL | https://24pullrequests.com/api |
| Added Date | 2026-04-01 |
| Last Verified | 2026-04-01 |
24 Pull Requests is a development API described as: Project to promote open source collaboration during December. It is useful when you need programmatic access to project to promote open source collaboration during december from applications, dashboards, or internal tools. The published entry point or documentation is hosted at 24pullrequests.com, which makes it a practical starting point for evaluating available endpoints and response formats. Because the listing indicates no authentication, it is comparatively easy to test for prototypes, demos, or lightweight integrations.
const url = "https://24pullrequests.com/api";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); Estimates the age from a first name
Multiples services and public APIs
Extract device details from user-agent string
Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs
Build a mock Rest API endpoint in seconds
Secure User-Agent String Lookup JSON API
Estimates the age from a first name
Multiples services and public APIs
Extract device details from user-agent string
Chrome based screenshot API for developers
Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs
The Azure DevOps basic components of a REST API request/response pair
Building quick backends
Build a mock Rest API endpoint in seconds
Bitbucket API