{"id":18447863,"url":"https://github.com/simonstnn/colorsplash","last_synced_at":"2026-01-12T06:24:23.344Z","repository":{"id":218702763,"uuid":"746824012","full_name":"SimonStnn/colorsplash","owner":"SimonStnn","description":"Simple way to generate your own color images via HTTP requests","archived":false,"fork":false,"pushed_at":"2024-05-26T10:34:42.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T06:02:55.249Z","etag":null,"topics":["api","color","image"],"latest_commit_sha":null,"homepage":"https://colorsplash.vercel.app/api","language":"Python","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/SimonStnn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-22T18:40:40.000Z","updated_at":"2024-05-28T14:19:44.000Z","dependencies_parsed_at":"2024-01-26T15:53:17.679Z","dependency_job_id":null,"html_url":"https://github.com/SimonStnn/colorsplash","commit_stats":null,"previous_names":["simonstnn/colorsplash"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonStnn%2Fcolorsplash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonStnn%2Fcolorsplash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonStnn%2Fcolorsplash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonStnn%2Fcolorsplash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonStnn","download_url":"https://codeload.github.com/SimonStnn/colorsplash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628421,"owners_count":20808106,"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","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","color","image"],"created_at":"2024-11-06T07:14:36.030Z","updated_at":"2026-01-12T06:24:18.326Z","avatar_url":"https://github.com/SimonStnn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Colorsplash\n\nSimple way to generate your own color images via HTTP requests\n\n## Features\n\n- [Colorsplash](#colorsplash)\n  - [Features](#features)\n  - [Color image](#color-image)\n    - [Setting a color](#setting-a-color)\n    - [Passing an alfa value](#passing-an-alfa-value)\n    - [Setting the size of the image](#setting-the-size-of-the-image)\n    - [Setting a gradient](#setting-a-gradient)\n  - [All query parameters](#all-query-parameters)\n\n## Color image\n\n### Setting a color\n\nTo set the color of the image you can pass the `\u0026color` query parameter. You pass in a hex color value (e.g. `\u0026color=ff0000`)\n\n```md\n![Color](https://colorsplash.vercel.app/api?color=00ee77)\n```\n\n\u003e Example: ![Color](https://colorsplash.vercel.app/api?color=00ee77)\n\n### Passing an alfa value\n\nYou can also pass in an alfa value with the `\u0026color` query paramter. The image in the response will then have an alfa value.\n\n```md\n![Color](https://colorsplash.vercel.app/api?color=00ee7750)\n```\n\n\u003e Example: ![Color](https://colorsplash.vercel.app/api?color=00ee7750)\n\n\u003e [!NOTE]\\\n\u003e If the alfa value is `ff` the image will be a RGB image, not RGBA.\n\n### Setting the size of the image\n\nYou can set the size of the image by passing the `\u0026width` and `\u0026height` query parameters.\n\n```md\n![Color](https://colorsplash.vercel.app/api?width=50\u0026height=10)\n```\n\n\u003e Example: ![Color](https://colorsplash.vercel.app/api?width=50\u0026height=10)\n\n### Setting a gradient\n\nAdding a color gradient is done by passing the colors with the `\u0026colors` query parameter. The `\u0026color` parameter is still required. This value will be used as the first color in the gradient.\n\n```md\n![Color](https://colorsplash.vercel.app/api?color=00ee77\u0026colors=4287f5)\n```\n\n\u003e Example: ![Color](https://colorsplash.vercel.app/api?color=00ee77\u0026colors=4287f5)\n\nYou can pass multiple colors in the `\u0026colors` parameter, they have to be separated by a `,`.\n\n```md\n![Color](https://colorsplash.vercel.app/api?color=00ee77\u0026colors=4287f5,cb42f5)\n```\n\n\u003e Example: ![Color](https://colorsplash.vercel.app/api?color=00ee77\u0026colors=4287f5,cb42f5)\n\n## All query parameters\n\n| Name     | Description                 | Type   | Default  |\n| :--      | :---------                  | :--    | :-----   |\n| `color`  | Set the color of the image  | string | `ffffff` |\n| `width`  | Set the width of the image  | int    | 16       |\n| `height` | Set the height of the image | int    | 16       |\n| `colors` | Used for making a color | string |          |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonstnn%2Fcolorsplash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonstnn%2Fcolorsplash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonstnn%2Fcolorsplash/lists"}