{"id":20900779,"url":"https://github.com/shipgirlproject/formidable","last_synced_at":"2025-09-03T23:41:42.277Z","repository":{"id":37533381,"uuid":"400702388","full_name":"shipgirlproject/Formidable","owner":"shipgirlproject","description":"A RESTful API for @AzurAPI/azurapi-js-setup (Azur Lane)","archived":false,"fork":false,"pushed_at":"2024-08-21T10:38:25.000Z","size":2684,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T02:38:13.875Z","etag":null,"topics":["api","azurlane","azurlane-api","node","rest","server","shipgirls","waifus"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/shipgirlproject.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":"2021-08-28T04:38:15.000Z","updated_at":"2024-08-21T10:38:28.000Z","dependencies_parsed_at":"2022-08-26T15:10:59.913Z","dependency_job_id":"9a0bd329-381d-4d8b-b486-e5d9d359eb5e","html_url":"https://github.com/shipgirlproject/Formidable","commit_stats":null,"previous_names":["shipgirlproject/formidable"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shipgirlproject/Formidable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipgirlproject%2FFormidable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipgirlproject%2FFormidable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipgirlproject%2FFormidable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipgirlproject%2FFormidable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shipgirlproject","download_url":"https://codeload.github.com/shipgirlproject/Formidable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipgirlproject%2FFormidable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267236889,"owners_count":24057657,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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","azurlane","azurlane-api","node","rest","server","shipgirls","waifus"],"created_at":"2024-11-18T11:22:42.451Z","updated_at":"2025-07-26T21:11:47.229Z","avatar_url":"https://github.com/shipgirlproject.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Formidable\n\u003e An azurlane data manager that updates / safekeeps your data as needed! \n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://azurlane.netojuu.com/images/b/be/FormidableParty.png\"\u003e\n\u003c/p\u003e\n\n\u003e Why? I usually take the microservice-ed approach on some of my apis so if things go down, I can fix those without needing to touch the main data consumers\n\n## Features\n* Speedy\n* Reliable\n* Simple\n* Built-in Ratelimits\n* Automated Data Maintenance\n* Supported Data: `Ship`, `Equipments`, `Barrages`, `Chapters` and `VoiceLines`\n\n## API\n\n\u003e Test Node: https://formidable.herokuapp.com/\n\n\u003e Prod Node: https://formidable.kashima.moe/\n\n## Self host?\n* Install Node.JS \u003e=14.0.0\n* Download the Repo\n* Do `npm i`\n* Put `port` and `auth` in the config.json, or use the env `PORT` or `AUTHORIZATION`\n* Do `npm run dev` for testing, `npm start` for prod\n\n## Support\n\n🔗 https://discord.com/invite/FVqbtGu (#development)\n\n🔗 https://discord.com/invite/aAEdys8 (#support)\n\n## API Ratelimits\n| Global        | Default      | 404   |\n| :-----------: | :----------: | :-----------: |\n| 100req / 5s | 50req / 5s | 5req / 5s |\n\u003e The Default ratelimit is based on per endpoint, the endpoint can have it's own ratelimit, or use the default one. Refer to the endpoints documentation below\n\n## Endpoints\n\u003e The endpoints actually format the JSON response data so you can actually read it at your browser\n### Ships \n| Endpoint         | Ratelimit      | Return Data     | Description     |\n| :-------------: | :------------: | :-------------: | :--------------: |\n| GET /ships/class?name=Iowa | 50req / 5s | Object[] | List all the ships that has this class |\n| GET /ships/hull?name=Battleship | 50req / 5s | Object[] | List all the ships that has this hull type |\n| GET /ships/id?code=147 | 50req / 5s | Object | Gets the ship with this ID |\n| GET /ships/nationality?name=Sakura%20Empire | 50req / 5s | Object[] | List all the ships that has this nationality |\n| GET /ships/rarity?name=Super%20Rare | 50req / 5s | Object[] | List all the ships that has this rarity |\n| GET /ships/random | 50req / 5s | Object[] | List all the ships that has this rarity |\n| GET /ships/search?name=Formidable | 25req / 5s | Object[] | Searches for the ship of your choice |\n### Equipments\n| Endpoint         | Ratelimit      | Return Data     | Description     |\n| :--------------: | :------------: | :-------------: | :-------------: |\n| GET /equipments/category?name=Destroyer%20Guns | 50req / 5s | Object[] | List all the equipments that is in this category |\n| GET /equipments/nationality?name=Sakura%20Empire | 50req / 5s | Object[] | List all the equipments that has this nationality |\n| GET /equipments/search?name=Twin%20410mm | 25req / 5s | Object[] | Searches for the equip of your choice |\n### Chapters\n| Endpoint         | Ratelimit      | Return Data     | Description     |\n| :--------------: | :------------: | :-------------: | :-------------: |\n| GET /chapters/search?name=6-4 | 25req / 5s | Object | Searches for the chapter via it's code or name |\n### Barrages\n| Endpoint         | Ratelimit      | Return Data     | Description     |\n| :--------------: | :------------: | :-------------: | :-------------: |\n| GET /barrages/search?name=Ayanami | 25req / 5s | Object | Searches a ship barrage via it's name |\n### Voice Lines\n| Endpoint         | Ratelimit      | Return Data     | Description     |\n| :--------------: | :------------: | :-------------: | :-------------: |\n| GET /voicelines/ship?id=147 | 50req / 5s | Object | Gets the voice lines on a ship via it's ID |\n### Data Version\n| Endpoint         | Ratelimit      | Return Data     | Description     |\n| :--------------: | :------------: | :-------------: | :-------------: |\n| GET /version | 50req / 5s | Object | Gets the current data version of Formidable |\n### Data Update\n| Endpoint         | Ratelimit      | Headers        | Return Data     | Description     |\n| :--------------: | :------------: | :------------: | :-------------: | :-------------: |\n| POST /update | 1req / 120s | {\"authorization\": \"your config auth\"} | String (\"Data is up to date!\" or \"Not up to date, data updated!\") | Force updates the local data and updates the cache |\n### Status\n| Endpoint         | Ratelimit      | Return Data     | Description     |\n| :--------------: | :------------: | :-------------: | :-------------: |\n| GET /status | 50req / 5s | Object | Gets some metrics from Formidable |\n\n\u003e Made with ❤ by @Sāya#0113\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipgirlproject%2Fformidable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshipgirlproject%2Fformidable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipgirlproject%2Fformidable/lists"}