{"id":13522735,"url":"https://github.com/Le0X8/yourls-api-action-list","last_synced_at":"2025-03-31T23:32:16.501Z","repository":{"id":194024803,"uuid":"689947082","full_name":"Le0X8/yourls-api-action-list","owner":"Le0X8","description":"YOURLS plugin: how to implement a custom API action","archived":false,"fork":true,"pushed_at":"2023-09-11T08:39:08.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-11-02T07:33:09.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rosano/yourls-api-action-list","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Le0X8.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}},"created_at":"2023-09-11T08:33:42.000Z","updated_at":"2024-09-16T06:16:23.000Z","dependencies_parsed_at":"2023-09-11T09:57:33.494Z","dependency_job_id":null,"html_url":"https://github.com/Le0X8/yourls-api-action-list","commit_stats":null,"previous_names":["le0x8/yourls-api-action-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0X8%2Fyourls-api-action-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0X8%2Fyourls-api-action-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0X8%2Fyourls-api-action-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0X8%2Fyourls-api-action-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Le0X8","download_url":"https://codeload.github.com/Le0X8/yourls-api-action-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246558108,"owners_count":20796696,"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":[],"created_at":"2024-08-01T06:00:51.741Z","updated_at":"2025-03-31T23:32:11.489Z","avatar_url":"https://github.com/Le0X8.png","language":"PHP","funding_links":[],"categories":["Plugins"],"sub_categories":["A"],"readme":"# Plugin for YOURLS 1.6+: Custom API Action (list all keywords \u0026 URLs)\n\nThis plugin adds a custom API action at `list` to show all keywords used:\n\n## Sample result\n\nUsing a URL such as `https://leox.li/yourls-api.php?signature=1002a612b4\u0026action=list\u0026format=json`:\n\n```json\n{\n  \"statusCode\": 200,\n  \"message\": \"success\",\n  \"result\": [\n    {\n      \"keyword\": \"website\",\n      \"url\": \"https://leox.dev/\"\n    },\n    {\n      \"keyword\": \"donald\",\n      \"url\": \"https://donald.org/\"\n    },\n    {\n      \"keyword\": \"gh\",\n      \"url\": \"https://github.com/Le0X8/yourls-api-action-list\"\n    }\n  ]\n}\n\n```\n\n# Setup\n\n1. Upload this folder to `/user/plugins`.\n2. Activate this plugin from the Plugins administration page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLe0X8%2Fyourls-api-action-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLe0X8%2Fyourls-api-action-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLe0X8%2Fyourls-api-action-list/lists"}