{"id":16978312,"url":"https://github.com/hbjydev/linkd","last_synced_at":"2026-04-28T13:32:47.223Z","repository":{"id":44849697,"uuid":"276220876","full_name":"hbjydev/linkd","owner":"hbjydev","description":"A GraphQL URL shortener written in TypeScript","archived":false,"fork":false,"pushed_at":"2023-01-11T22:28:21.000Z","size":140,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T14:21:59.943Z","etag":null,"topics":["api","koa","links","shortener","typescript"],"latest_commit_sha":null,"homepage":"","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/hbjydev.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}},"created_at":"2020-06-30T22:22:13.000Z","updated_at":"2021-02-12T17:11:48.000Z","dependencies_parsed_at":"2023-02-09T08:30:40.618Z","dependency_job_id":null,"html_url":"https://github.com/hbjydev/linkd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbjydev%2Flinkd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbjydev%2Flinkd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbjydev%2Flinkd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbjydev%2Flinkd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hbjydev","download_url":"https://codeload.github.com/hbjydev/linkd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369953,"owners_count":20927928,"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","koa","links","shortener","typescript"],"created_at":"2024-10-14T01:43:06.216Z","updated_at":"2026-04-28T13:32:42.195Z","avatar_url":"https://github.com/hbjydev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linkd\nA small URL shortener written in TypeScript\n\n## Documentation\n\n#### `POST /url`\n\n*Create a new shortlink*\n\nExample body:\n\n```json\n{\n  \"url\": \"https://google.com\"\n}\n```\n\nExample output:\n\n```json\n{\n  \"message\": \"Short URL created.\",\n  \"data\": {\n    \"alias\": \"wda82\",\n    \"url\": \"https://google.com\",\n    \"accessKey\": \"pXA8N3Nlb9vFutS5\"\n  },\n  \"url\": \"https://linkd.pw/wda82\n```\n\n##### Input\n\n```\n| variable  | example              | description                                  |\n| ========= | ==================== | ============================================ |\n| alias     | `wda82`              | The (optional) alias to create the link with |\n| url       | `https://google.com` | The URL to create a short URL for            |\n```\n\n##### Output\n\n- `message`: A short description of the action taken.\n- `data`: See below.\n- `url`: A Linkd URL with its alias set, ready to be shared.\n\n```\n| variable  | example              | description                                         |\n| ========= | ==================== | =================================================== |\n| alias     | `wda82`              | The alias (or ID) to navigate to                    |\n| url       | `https://google.com` | The URL to the alias/ID will redirect to            |\n| accessKey | `pXA8N3Nlb9vFutS5`   | The token you can use to modify the given short url |\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbjydev%2Flinkd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhbjydev%2Flinkd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbjydev%2Flinkd/lists"}