Welcome to the Web Scrape JKT48 API! This API provides information about schedules, news, and events related to theaters.
Make sure you have Node.js installed on your machine.
# Clone the repository
git clone [https://github.com/Synxx12/JKT48-Scrape.git](https://github.com/mastopa/web-scrape.git)
# Navigate to the project directory
cd JKT48-Scrape
# Install dependencies
npm install# Run the application
npm run devThe API will be available at http://localhost:3000.
Description: Get schedule data.
Endpoint: /schedule
Method: GET
Example:
http://localhost:3000/api/scheduleDescription: Get news data.
Endpoint: /news
Method: GET
Example:
http://localhost:3000/api/newsDescription: Get events data.
Endpoint: /events
Method: GET
Example:
http://localhost:3000/api/eventsDescription: Get birthdays data.
Endpoint: /birthdays
Method: GET
Example:
http://localhost:3000/api/birthdaysDescription: Get member data.
Endpoint: /member
Method: GET
Example:
http://localhost:3000/api/memberDescription: Get banners data.
Endpoint: /banners
Method: GET
Example:
http://localhost:3000/api/bannersDescription: Get schedule section data.
Endpoint: /schedule/section
Method: GET
Example:
http://localhost:3000/api/schedule/sectionDescription: Get video data.
Endpoint: /video
Method: GET
Example:
http://localhost:3000/api/videoDescription: Get member detail data.
Endpoint: /member/:id
Method: GET
Example:
http://localhost:3000/api/member/:idDescription: Get member detail data.
Endpoint: /news/:page
Method: GET
Example:
http://localhost:3000/api/news/:pageFeel free to explore and integrate these endpoints into your applications! If you encounter any issues, please refer to the troubleshooting section or open an issue.