JSON Placeholder Pro

Free REST API for testing and prototyping. Realistic French data — users with real names, companies with SIRET, products with prices in EUR. No signup, no auth, CORS enabled.

ENDPOINTS

GET /api/users100 users — French names, addresses, companies
GET /api/users/1single user — by ID (1-100)
GET /api/companies50 companies — SIRET, revenue, employees
GET /api/products200 products — name, price, category, stock
GET /api/orders500 orders — linked to users + products
GET /api/posts100 blog posts — title, body, tags, likes
GET /api/comments500 comments — linked to posts + users

Try it

GET /api/users?limit=3 · companies · products · orders
// click an endpoint above to see the response

USAGE

curl https://foxyyy.com/api/users?limit=5 All endpoints support ?limit=N and ?offset=N for pagination. CORS headers included.

VS JSONPLACEHOLDER

→ French-localized data (names, addresses, SIRET, cities)

→ More resources: companies + products + orders (not just todos)

→ Pagination support (?limit + ?offset)

→ Realistic financial data (prices in EUR, revenue, order totals)

→ Same simplicity: no auth, no signup, JSON responses