{"id":20085358,"url":"https://github.com/saasify-sh/image-size","last_synced_at":"2026-05-28T23:31:39.391Z","repository":{"id":44038801,"uuid":"224084775","full_name":"saasify-sh/image-size","owner":"saasify-sh","description":"Hosted version of image-size/image-size","archived":false,"fork":false,"pushed_at":"2022-12-10T10:11:08.000Z","size":51,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T14:25:53.338Z","etag":null,"topics":["api","oss","saasify"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/saasify-sh.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}},"created_at":"2019-11-26T02:29:00.000Z","updated_at":"2019-11-26T03:48:20.000Z","dependencies_parsed_at":"2023-01-26T05:46:48.776Z","dependency_job_id":null,"html_url":"https://github.com/saasify-sh/image-size","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saasify-sh/image-size","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saasify-sh%2Fimage-size","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saasify-sh%2Fimage-size/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saasify-sh%2Fimage-size/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saasify-sh%2Fimage-size/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saasify-sh","download_url":"https://codeload.github.com/saasify-sh/image-size/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saasify-sh%2Fimage-size/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33630999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["api","oss","saasify"],"created_at":"2024-11-13T15:55:43.615Z","updated_at":"2026-05-28T23:31:39.373Z","avatar_url":"https://github.com/saasify-sh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# image-size\n\n\u003e Simple API for detecting image dimensions\n\nThis SaaS project was bootstrapped with [Saasify](https://saasify.sh).\n\n## Supporting OSS\n\nThis project provides a hosted API for [image-size](https://github.com/image-size/image-size).\n\n**We set aside the majority of any revenue generated from this API for the original OSS developers**. If this is you, please [get in touch](https://saasify.sh/#/support) to setup payouts and answer any questions you may have.\n\n## Hosted API\n\n\u003ca href=\"https://image-size.saasify.sh\"\u003e\n  \u003cimg\n    src=\"https://badges.saasify.sh\"\n    height=\"40\"\n    alt=\"Use Hosted API\"\n  /\u003e\n\u003c/a\u003e\n\n## Quick Start\n\nWelcome to the quick-start! There is currently only one API, which is detailed below via `cURL`.\n\nAlso be sure to check out the full reference of [API endpoints](https://image-size.saasify.sh/docs#tag/service).\n\n### Getting image size from a URL\n\n```sh\ncurl -X POST 'https://api.saasify.sh/1/call/dev/image-size/sizebyurl' \\\n  -H 'content-type: application/json' \\\n  -d '{\n    \"url\": \"https://upload.wikimedia.org/wikipedia/commons/2/23/Close_up_of_a_black_domestic_cat.jpg\"\n  }'\n```\n\nReturns the dimensions of the image\n\n```json\n{\n  \"height\": 4032,\n  \"orientation\": 1,\n  \"width\": 3024,\n  \"type\": \"jpg\"\n}\n```\n\n### Supported formats\n\n- BMP\n- CUR\n- DDS\n- GIF\n- ICNS\n- ICO\n- JPEG\n- KTX\n- PNG\n- PNM (PAM, PBM, PFM, PGM, PPM)\n- PSD\n- SVG\n- TIFF\n- WebP\n\n## License\n\nMIT © [image-size](https://github.com/image-size)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaasify-sh%2Fimage-size","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaasify-sh%2Fimage-size","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaasify-sh%2Fimage-size/lists"}