APIs
Note that these APIs can stop working at the moment you start using them.
Please don't abuse these APIs.
❤️
and
⭐
the repo to support the project
Show some
Made using these APIs
section and send a pull request.
If you make something useful using these APIs feel free to add your amazing work in
🔐
Closed Source APIs
🔍
1) Torrent Search
Searches for torrents on various torrent search engines.
Usage:
https://sjprojectsapi.herokuapp.com/torrent/?query={your-query-here}
https://sjprojectsapi.herokuapp.com/torrent/?query=ubuntu
Example:
📊
2) Coronavirus Stats
Show the Coronavirus Statistics in requested region.
Usage for Global Results:
https://sjprojectsapi.herokuapp.com/covid/
https://sjprojectsapi.herokuapp.com/covid/
Example:Usage for Detailed Indian Results:
https://sjprojectsapi.herokuapp.com/covid/india/
https://sjprojectsapi.herokuapp.com/covid/india/
Example:Usage for Countrywise Results:
https://sjprojectsapi.herokuapp.com/covid/?country={Country-Name-or-Code-Here}
https://sjprojectsapi.herokuapp.com/covid/?country=India
Example:
📷
3) Web Screenshot
Captures Screenshot of a Website from URL
Usage:
https://sjprojectsapi.herokuapp.com/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)
Cookie Banners, Ads and Tracking Scripts are disabled by default while taking Screenshots