{"id":20254049,"url":"https://github.com/frectonz/taqsir","last_synced_at":"2026-06-09T16:03:23.451Z","repository":{"id":134258693,"uuid":"561298141","full_name":"frectonz/taqsir","owner":"frectonz","description":"A simple url shortner","archived":false,"fork":false,"pushed_at":"2022-11-10T17:08:02.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-03-03T17:13:45.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://taqsir.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frectonz.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-03T11:48:38.000Z","updated_at":"2024-05-31T18:00:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"9266d3ac-35a5-46a9-a5d5-e932aab297b5","html_url":"https://github.com/frectonz/taqsir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frectonz/taqsir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frectonz%2Ftaqsir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frectonz%2Ftaqsir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frectonz%2Ftaqsir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frectonz%2Ftaqsir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frectonz","download_url":"https://codeload.github.com/frectonz/taqsir/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frectonz%2Ftaqsir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34114439,"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-06-09T02:00:06.510Z","response_time":63,"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":[],"created_at":"2024-11-14T10:29:36.117Z","updated_at":"2026-06-09T16:03:23.432Z","avatar_url":"https://github.com/frectonz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taqsir\n\nTaqsir is \"shorten\" translated to Arabic. According to Google Translate. It's a simple URL shortener API.\n\n## Usage\n\nPOST to `https://taqsir.deno.dev/shorten` with a JSON body of:\n\n```json\n{\n  \"url\": \"https://example.com\"\n}\n```\n\nthe response will be a a shortened URL with a suffix from the [adjectives.ts](./adjectives.ts) file and the response code will be `201 Created`.\n\n```json\n{\n  \"status\":\"ok\",\n  \"url\":\"https://taqsir.deno.dev/\u003crandom_adjective\u003e\"\n}\n```\n\nif you want to use a custom suffix, you can do so by adding a `suffix` key to the JSON body:\n\n```json\n{\n  \"url\": \"https://example.com\",\n  \"suffix\": \"dance\"\n}\n```\n\nIf the suffix you requested is already taken, you will get a `409 Conflict` response with the following body:\n\n```json\n{\n  \"status\":\"error\",\n  \"message\":\"suffix already taken\"\n}\n```\n\n## Technologies used\n\n- [Deno](https://deno.land/)\n- [Oak](https://github.com/oakserver/oak)\n- [Supabase](https://supabase.io/)\n- [Deno Deploy](https://deno.com/deploy)\n- [adjectives.ts](./adjectives.ts) is a list of adjectives from [this repo](https://github.com/dariusk/corpora/blob/master/data/words/adjs.json)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrectonz%2Ftaqsir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrectonz%2Ftaqsir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrectonz%2Ftaqsir/lists"}