{"id":16582025,"url":"https://github.com/robinst/curlall","last_synced_at":"2025-08-02T03:12:30.204Z","repository":{"id":57614739,"uuid":"270193238","full_name":"robinst/curlall","owner":"robinst","description":"Simple curl-like CLI tool to automatically page through APIs","archived":false,"fork":false,"pushed_at":"2020-07-07T00:09:44.000Z","size":2545,"stargazers_count":26,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-31T16:44:30.432Z","etag":null,"topics":["cli","curl","http","requests","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robinst.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-07T04:35:30.000Z","updated_at":"2025-02-07T17:34:59.000Z","dependencies_parsed_at":"2022-08-27T03:24:48.905Z","dependency_job_id":null,"html_url":"https://github.com/robinst/curlall","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/robinst/curlall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinst%2Fcurlall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinst%2Fcurlall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinst%2Fcurlall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinst%2Fcurlall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robinst","download_url":"https://codeload.github.com/robinst/curlall/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinst%2Fcurlall/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268330932,"owners_count":24233152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","curl","http","requests","rust"],"created_at":"2024-10-11T22:31:00.238Z","updated_at":"2025-08-02T03:12:30.155Z","avatar_url":"https://github.com/robinst.png","language":"Rust","readme":"curlall\n=======\n\n[![crates.io](https://img.shields.io/crates/v/curlall.svg)](https://crates.io/crates/curlall)\n[![ci](https://github.com/robinst/curlall/workflows/ci/badge.svg)](https://github.com/robinst/curlall/actions?query=workflow%3Aci)\n\nHave you ever used an API and wanted to get all results, but it had\npaging and it was too hard to do multiple `curl` calls?\n\nThat's what `curlall` is for: A curl-like command to automatically page\nthrough APIs.\n\n* Works with APIs that return pages of JSON objects (e.g. GitHub or Bitbucket APIs)\n* Prints the results, one line for each JSON object; ideal for piping to [`jq`](https://stedolan.github.io/jq/)\n\n![demo](https://raw.githubusercontent.com/robinst/curlall/c03c9bf94d0c4d33a6c659896fe681cf8546c10c/demo.svg)\n\nTested with GitHub and Bitbucket APIs. Other websites will have\ndifferent ways to do paging, so let me know if it doesn't work for yours\nand we can add support.\n\n## Examples\n\nPrint all repository names on bitbucket.org/atlassian:\n\n    curlall https://api.bitbucket.org/2.0/repositories/atlassian | jq -r .full_name\n\nLimit to first 100:\n\n    curlall --limit 100 https://api.bitbucket.org/2.0/repositories/atlassian | jq -r .full_name\n\nPrint all URLs for users who starred github.com/rust-lang/rust:\n\n    curlall --user 'username:token' https://api.github.com/repos/rust-lang/rust/stargazers | jq -r .login\n\n## Installation\n\n1. Install Rust: https://www.rust-lang.org/tools/install\n2. Install curlall: `cargo install curlall`\n\n## Contributing\n\nPull requests, issues and comments welcome!\n\n## License\n\ncurlall is distributed under the terms of both the MIT license and the Apache License (Version 2.0).\nSee LICENSE-APACHE and LICENSE-MIT for details. Opening a pull requests is assumed to signal agreement with these licensing terms.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinst%2Fcurlall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinst%2Fcurlall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinst%2Fcurlall/lists"}