JSONPlaceholder
JSON →A free public REST API for testing and prototyping, powered by JSONPlaceholder.
Tools · 8
- get_posts Retrieve all posts or a specific post by ID
- get_users Retrieve all users or a specific user by ID
- get_comments Retrieve comments, optionally filtered by post ID
- get_albums Retrieve albums, optionally filtered by user ID
- get_photos Retrieve photos, optionally filtered by album ID
- get_todos Retrieve todos, optionally filtered by user ID
- create_post Create a new post (simulated)
- search_posts Search posts by title or body content