8 lines
455 B
Plaintext
Raw Normal View History

2024-03-08 15:50:08 +07:00
# Get Started
2024-03-08 16:01:04 +07:00
The base URL for the Nganime REST API is: [`https://api.nganime.my.id`](https://api.nganime.my.id)
2024-03-08 15:50:08 +07:00
## Notes
- Some `GET` request examples displayed throughout these docs are written for use with Node.js - the [`axios`](https://axios-http.com) library may be required.
- Some `GET` request examples displayed throughout these docs are written for use with Python - the [`requests`](https://requests.readthedocs.io) library may be required.