GitHub
GitHub Download
Download a GitHub repository as a ZIP file.
GET
/githubdlReturns a temporary download URL for the repo ZIP. URL expires after a set time.
GET
/githubdlParameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/githubdl?gitUrl=https%3A%2F%2Fgithub.com%2Fgoodop%2Fexapi.git' \
2 -H 'Accept: application/json' \
3 -H 'apikey: YOUR-APIKEY'Response
Click Send to execute the request.
Example response
json
1{
2 "creator": "EXECROSS",
3 "ip": "182.1.91.138",
4 "result": {
5 "download_url": "http://execross.com/api/v3/download/e5a580c1-07f7-4ef2-9111-45dda24b8c39-exapi.zip",
6 "expired_url": "2024-08-14 15:58:43 WIB",
7 "source_url": "https://github.com/goodop/exapi.git"
8 },
9 "status": 200
10}Next
Proxies List
