{"id":20197949,"url":"https://github.com/fabulously-optimized/fabulously-meta","last_synced_at":"2026-05-09T02:36:50.192Z","repository":{"id":203292789,"uuid":"709263374","full_name":"Fabulously-Optimized/fabulously-meta","owner":"Fabulously-Optimized","description":"A currently unused web API for additional features in the Fabulously Optimized website.","archived":false,"fork":false,"pushed_at":"2024-02-25T13:23:36.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T03:45:20.450Z","etag":null,"topics":["api","express","github","modrinth","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/Fabulously-Optimized.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":"2023-10-24T11:14:18.000Z","updated_at":"2024-02-25T13:30:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0ec0b2f-9094-451b-b651-b736b78eb574","html_url":"https://github.com/Fabulously-Optimized/fabulously-meta","commit_stats":null,"previous_names":["fabulously-optimized/fabulously-meta"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fabulously-Optimized/fabulously-meta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabulously-Optimized%2Ffabulously-meta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabulously-Optimized%2Ffabulously-meta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabulously-Optimized%2Ffabulously-meta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabulously-Optimized%2Ffabulously-meta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fabulously-Optimized","download_url":"https://codeload.github.com/Fabulously-Optimized/fabulously-meta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabulously-Optimized%2Ffabulously-meta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32805147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["api","express","github","modrinth","typescript"],"created_at":"2024-11-14T04:28:50.032Z","updated_at":"2026-05-09T02:36:50.172Z","avatar_url":"https://github.com/Fabulously-Optimized.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fabulously Meta\n\nA web API used for additional features on the Fabulously Optimized Website. Currently not hosted or used.\n\nThis API collates a mod list, changelog and various information from the Modrinth and GitHub APIs. All responses are cached for 5 minutes to prevent spam to the Modrinth and GitHub APIs.\n\n## Routes\n\n- `/v1/modpackVersions` - Get a list of all modpack versions, the latest version and the latest pre-release version.\n\n#### Expected Response\n```json\n{\n  \"versions\": [...],\n  \"latest\": {\n    \"tag\": \"5.4.1\",\n    \"id\": \"2ZbcYfCj\",\n    \"url\": \"https://github.com/Fabulously-Optimized/fabulously-optimized/releases/tag/v5.4.1\",\n    \"isPreRelease\": false,\n    \"mods\": [\n      {\n        \"name\": \"Continuity\",\n        \"version\": {\n          \"name\": \"3.0.0-beta.4+1.20.1\",\n          \"url\": \"https://modrinth.com/mod/continuity/version/3.0.0-beta.4+1.20.1\"\n        },\n        \"icon_url\": \"https://cdn.modrinth.com/data/1IjD5062/icon.png\",\n        \"summary\": \"A Fabric mod that allows for efficient connected textures\"\n      },\n      ...\n    ],\n    \"releaseDate\": \"2023-10-15T16:22:34.000Z\",\n    \"changelog\": \"markdown changelog from github here\"\n  },\n  \"latestPreRelease\": {...}\n}\n```\n\n- `/v1/contributors` - Get a list of all contributors to the GitHub Organization.\n\n#### Expected Response\n```json\n{\n  \"organizationMembers\": [\n    \"Imzxhir\",\n    \"Kichura\",\n    \"Madis0\",\n    \"osfanbuff63\"\n  ],\n  \"contributors\": [\n    \"RaptaG\",\n    \"RozeFound\",\n    \"AlphaKR93\",\n    \"...\"\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabulously-optimized%2Ffabulously-meta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabulously-optimized%2Ffabulously-meta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabulously-optimized%2Ffabulously-meta/lists"}