https://github.com/fasilofficial/users-books-movies-api
This API responses with list of twenty user, book, movie details.
https://github.com/fasilofficial/users-books-movies-api
express rest-api restful-api
Last synced: about 1 month ago
JSON representation
This API responses with list of twenty user, book, movie details.
- Host: GitHub
- URL: https://github.com/fasilofficial/users-books-movies-api
- Owner: fasilofficial
- Created: 2023-10-05T17:49:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T18:22:43.000Z (over 1 year ago)
- Last Synced: 2023-10-06T18:43:11.499Z (over 1 year ago)
- Topics: express, rest-api, restful-api
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# users-books-movies-API
## API Description
This API provides access to lists of users, books, and movies. It is built using Express.js and offers endpoints to retrieve collections of 20 users, books, and movies, as well as details of individual items within each category.
## Endpoints
- `/users`
- **Method**: GET
- **Description**: Retrieves a list of 20 users.- `/users/user/:id`
- **Method**: GET
- **Description**: Retrieves details of a single user by their ID.- `/books`
- **Method**: GET
- **Description**: Retrieves a list of 20 books.- `/books/book/:id`
- **Method**: GET
- **Description**: Retrieves details of a single book by its ID.- `/movies`
- **Method**: GET
- **Description**: Retrieves a list of 20 movies.- `/movies/movie/:id`
- **Method**: GET
- **Description**: Retrieves details of a single movie by its ID.## Technology Stack
- Framework: Express.js
## Usage
You can make HTTP GET requests to the specified endpoints to access the desired lists of users, books, and movies, as well as retrieve detailed information about individual items. The API is designed to provide easy access to this data for various applications and use cases.
Explore my API documentation on Postman to get a comprehensive understanding of how my API works. This documentation provides detailed information about the available endpoints, request methods, and data formats. Click on the link below to access the documentation
[API Documentation](https://documenter.getpostman.com/view/24695467/2s9YJeygrs)