{"id":13584736,"url":"https://github.com/captn3m0/jqaas","last_synced_at":"2025-07-30T17:36:05.002Z","repository":{"id":64062454,"uuid":"100210329","full_name":"captn3m0/jqaas","owner":"captn3m0","description":"jq as a service","archived":false,"fork":false,"pushed_at":"2024-05-27T11:07:10.000Z","size":4259,"stargazers_count":35,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T22:47:29.461Z","etag":null,"topics":["as-a-service","hacktoberfest","jq","jqaas","json-ld","json-mapper"],"latest_commit_sha":null,"homepage":"https://github.com/captn3m0/jqaas","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/captn3m0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-13T23:18:10.000Z","updated_at":"2024-09-15T07:21:28.000Z","dependencies_parsed_at":"2024-10-27T11:11:04.088Z","dependency_job_id":null,"html_url":"https://github.com/captn3m0/jqaas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/captn3m0/jqaas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captn3m0%2Fjqaas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captn3m0%2Fjqaas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captn3m0%2Fjqaas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captn3m0%2Fjqaas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/captn3m0","download_url":"https://codeload.github.com/captn3m0/jqaas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captn3m0%2Fjqaas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267911607,"owners_count":24164462,"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-07-30T02:00:09.044Z","response_time":70,"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":["as-a-service","hacktoberfest","jq","jqaas","json-ld","json-mapper"],"created_at":"2024-08-01T15:04:29.280Z","updated_at":"2025-07-30T17:36:04.925Z","avatar_url":"https://github.com/captn3m0.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# jqaas\n\n[`jq`][jq] as a service. Inspired by a tweet.\n\n## usage\n\nFor when you have to do some JSON mangling and you want a web server to do it for you. Supports both request input (using raw request body), and a URL fetch(via a url request param).\n\n### raw request\n\n```sh\ncurl -d '{\"hello\": [1,2,3]}'  -H \"JQ-Filter: .hello\" https://jqaas.captnemo.in/ -i\nHTTP/2 200 OK\nContent-Type: application/json\n\n[1,2,3]\n```\n\n### using a remote resource\n\n```sh\ncurl \"https://jqaas.captnemo.in/?url=https://jsonblob.com/api/1048224244483506176\" -H \"JQ-Filter: .hello\" -i\n\nHTTP/2 200\ncontent-type: application/json\n\n[1,2,3]\n```\n\n### multiple-items\n\nJust like `jq`, this also supports multi-line inputs:\n\n```\ncurl --request POST \\\n  --url https://jqaas.captnemo.in/ \\\n  --header 'jq-filter: .hello' \\\n  --data '{ \"hello\": [1,2,3]}\n{\"hello\": [4,5,6]}'\n\nHTTP/1.1 200 OK\nContent-Type: application/x-ndjson\n\n[1,2,3]\n[4,5,6]\n```\n\nThe Content-Type will be set to `application/x-ndjson` in such cases.\n\n## Infra\n\nCurrently being served on the Render.com free-tier. No SLA or uptime is guaranteed.\n\n## License\n\nLicensed under the [MIT License](https://https://nemo.mit-license.org/).\n\n[jq]: https://stedolan.github.io/jq/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptn3m0%2Fjqaas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaptn3m0%2Fjqaas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptn3m0%2Fjqaas/lists"}