{"id":21327846,"url":"https://github.com/st4rchaser/maimaidx-songs-database","last_synced_at":"2025-10-10T18:17:56.658Z","repository":{"id":146196512,"uuid":"307107461","full_name":"ST4RCHASER/maimaidx-songs-database","owner":"ST4RCHASER","description":"MaiMaiDX Songs Database is an API using ExpressJS","archived":false,"fork":false,"pushed_at":"2021-01-07T05:04:50.000Z","size":120,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T07:32:16.416Z","etag":null,"topics":["arcade","arcade-game","maimai","maimai-dx","maimaidx","maimainet","sega"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ST4RCHASER.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,"zenodo":null}},"created_at":"2020-10-25T13:40:57.000Z","updated_at":"2024-08-14T20:32:25.000Z","dependencies_parsed_at":"2023-07-05T19:47:19.994Z","dependency_job_id":null,"html_url":"https://github.com/ST4RCHASER/maimaidx-songs-database","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ST4RCHASER/maimaidx-songs-database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ST4RCHASER%2Fmaimaidx-songs-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ST4RCHASER%2Fmaimaidx-songs-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ST4RCHASER%2Fmaimaidx-songs-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ST4RCHASER%2Fmaimaidx-songs-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ST4RCHASER","download_url":"https://codeload.github.com/ST4RCHASER/maimaidx-songs-database/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ST4RCHASER%2Fmaimaidx-songs-database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004913,"owners_count":26083802,"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-10-10T02:00:06.843Z","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":["arcade","arcade-game","maimai","maimai-dx","maimaidx","maimainet","sega"],"created_at":"2024-11-21T21:20:03.254Z","updated_at":"2025-10-10T18:17:56.653Z","avatar_url":"https://github.com/ST4RCHASER.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MaiMaiDX Songs Database\nMaiMaiDX Songs Database is an API using expressJS\n\n### LiveServer (Heroku)\n  - You can use latest version at: https://maimaidx.herokuapp.com/maimai\n\n### Response structure\n\nThe following JSON data is returned in the response body.\n\n| Property | Description | Type |\n| ------ | ------ | ------ |\n| status | \tGive the result of the request that it's success or not. | Boolean |\n| code | Request status code. | Integer |\n| message | Message summary | String |\n| jp_total | Total songs in japanese version | Intenger |\n| en_total | Total songs in international version | Intenger |\n| data | Provide useful data for processing | Any (Optional) |\n\n### GET all songs\nHTTP Request: \n```sh\nGET /songs\n```\nExample: https://maimaidx.herokuapp.com/maimai/songs\n### Using filters\nHTTP Request: \n```sh\nGET /songs?category=niconico\u0026artist=livetune \n#Search for Category niconicoボーカロイド and Artist kz(livetune)\nGET /songs?title=PANDORA%20PARADOXXX\n#Search for song PANDORA PARADOXXX only\n```\nExample: \nhttps://maimaidx.herokuapp.com/maimai/songs?category=niconico\u0026artist=livetune\nhttps://maimaidx.herokuapp.com/maimai/songs?title=PANDORA%20PARADOXXX\n### Available filters\n\nAvailable filters can use in GET url\n\n| Query | Description |\n| ------ | ------ |\n| title | \tNormal Song title |\n| title_kana | Kana song title |\n| artist | Artist name |\n| category | Category name |\n### Available category\nAvailable category you can use in category fillter\n| Value | Description |\n| ------ | ------ |\n| chunithm,ongeki | \tオンゲキCHUNITHM |\n| touhou,touhou_project | 東方Project |\n| pop,anime | POPSアニメ |\n| niconico,vocaloid | niconicoボーカロイド |\n| game,variety | ゲームバラエティ |\n| maimai | maimai original |\n### Video database\nFeel free to help me add [video database (like chart music etc.)](https://github.com/ST4RCHASER/maimaidx-songs-database/blob/main/database/json/video.json) if you want to add you can make pull request i will migrate it!\nThanks for help me :3\n\n### License\n----\n[GNU AGPL 3.0](https://www.gnu.org/licenses/agpl-3.0.en.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst4rchaser%2Fmaimaidx-songs-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst4rchaser%2Fmaimaidx-songs-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst4rchaser%2Fmaimaidx-songs-database/lists"}