{"id":13522720,"url":"https://github.com/rosano/yourls-api-action-list","last_synced_at":"2025-03-31T23:32:15.610Z","repository":{"id":155865369,"uuid":"399884244","full_name":"rosano/yourls-api-action-list","owner":"rosano","description":"YOURLS plugin: how to implement a custom API action","archived":false,"fork":true,"pushed_at":"2021-08-25T17:11:44.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-10-29T16:05:23.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"YOURLS/API-action","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rosano.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":"2021-08-25T16:20:47.000Z","updated_at":"2023-03-08T03:01:28.000Z","dependencies_parsed_at":"2023-09-28T10:22:34.389Z","dependency_job_id":null,"html_url":"https://github.com/rosano/yourls-api-action-list","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"6b2486337716d9abce82acfe461adb4334e31815"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosano%2Fyourls-api-action-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosano%2Fyourls-api-action-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosano%2Fyourls-api-action-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosano%2Fyourls-api-action-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosano","download_url":"https://codeload.github.com/rosano/yourls-api-action-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246244202,"owners_count":20746405,"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.599Z","updated_at":"2025-03-31T23:32:10.598Z","avatar_url":"https://github.com/rosano.png","language":"PHP","funding_links":[],"categories":["Plugins"],"sub_categories":["A"],"readme":"# Plugin for YOURLS 1.6+: Custom API Action (list all keywords)\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://alfa.bravo/yourls-api.php?username=charlie\u0026password=delta\u0026action=list\u0026format=json`:\n\n```json\n{\n  \"statusCode\": 200,\n  \"message\": \"success\",\n  \"result\": [\n    {\n      \"keyword\": \"alfa\"\n    },\n    {\n      \"keyword\": \"bravo\"\n    },\n    {\n      \"keyword\": \"charlie\"\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%2Frosano%2Fyourls-api-action-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosano%2Fyourls-api-action-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosano%2Fyourls-api-action-list/lists"}