mirror of
https://github.com/MinazukiAmane/Nganime-Docs.git
synced 2025-03-15 12:35:56 +08:00
8 lines
456 B
Plaintext
8 lines
456 B
Plaintext
|
# Get Started
|
||
|
|
||
|
The base URL for the Consumet REST API is: [`https://api.nganime.my.id`](https://api.nganime.my.id)
|
||
|
|
||
|
## 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.
|