APIs
APIs copied to clipboard
This Repository contains link to many Open or Closed Source APIs which I've made
APIs
Note that these APIs can stop working at the moment you start using them.
Please don't abuse these APIs.
Show some :heart: and :star: the repo to support the project
If you make something useful using these APIs feel free to add your amazing work in Made using these APIs
section and send a pull request.
:closed_lock_with_key: Closed Source APIs
1) Torrent Search :mag:
Searches for torrents on various torrent search engines.
Usage:
https://sumanjay.up.railway.app/torrent/?query={your-query-here}
Example: https://sumanjay.up.railway.app/torrent/?query=ubuntu
2) Coronavirus Stats :bar_chart:
Show the Coronavirus Statistics in requested region.
Usage for Global Results:
https://api.sumanjay.cf/covid/
Example: https://api.sumanjay.cf/covid/
Usage for Detailed Indian Results:
https://api.sumanjay.cf/covid/india/
Example: https://api.sumanjay.cf/covid/india/
Usage for Countrywise Results:
https://api.sumanjay.cf/covid/?country={Country-Name-or-Code-Here}
Example: https://api.sumanjay.cf/covid/?country=India
3) Web Screenshot :camera:
Captures Screenshot of a Website from URL
Usage:
https://api.sumanjay.cf/ss/?url={Website-URL-Here}
Optional Supported Args
delay
: int
Time to wait before taking Screenshot.(Max 10 Seconds)
m
: boolean
Setting this to True will enable mobile resolution and set User-Agent to Chrome Android. (Experimental)
full
: boolean
Captures full page Screenshot (No infinite Scrolling) :neutral_face:
Cookie Banners, Ads and Tracking Scripts are disabled by default while taking Screenshots
Example: https://api.sumanjay.cf/ss/?url=https://github.com/cyberboysumanjay/APIs/blob/master/README.md&m=True&full=True&delay=5
4) Ekart Order Tracking :truck:
Gets your Ekart order status from your Tracking ID
Usage:
https://api.sumanjay.cf/ekart/{Tracking-ID}
Example: https://api.sumanjay.cf/ekart/FMPP0586114789
5) Where to Watch Movies/Series :movie_camera:
Fetches all platform names and links where you can stream your favourite Movies/TV Shows!
Usage for General Results:
https://api.sumanjay.cf/watch/<movie-name>
Example: https://api.sumanjay.cf/watch/3Idiots
Usage for Country Specific Results:
https://api.sumanjay.cf/watch/<movie-name>/<2-digit-country-code>