Examples

⚠️

Need help in implementing api usage in below listed languages. If you mind helping contact me here.

Python

from requests import get
pickup = get("https://vinuxd.vercel.app/api/pickup").json()["pickup"]
print(pickup)

JavaScript

Java

Go

Dart