{"id":20665155,"url":"https://github.com/martan03/trackmaniarecordsapi","last_synced_at":"2025-09-23T11:13:09.961Z","repository":{"id":160439300,"uuid":"588329357","full_name":"Martan03/TrackmaniaRecordsAPI","owner":"Martan03","description":"API to store Trackmania records and compete with friends","archived":false,"fork":false,"pushed_at":"2024-05-23T18:10:26.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T07:08:17.849Z","etag":null,"topics":["php","rest-api","trackmania","trackmania-api","trackmania-records"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/Martan03.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":"2023-01-12T21:35:59.000Z","updated_at":"2023-01-16T20:39:41.000Z","dependencies_parsed_at":"2024-11-16T21:15:20.788Z","dependency_job_id":null,"html_url":"https://github.com/Martan03/TrackmaniaRecordsAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Martan03/TrackmaniaRecordsAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martan03%2FTrackmaniaRecordsAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martan03%2FTrackmaniaRecordsAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martan03%2FTrackmaniaRecordsAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martan03%2FTrackmaniaRecordsAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Martan03","download_url":"https://codeload.github.com/Martan03/TrackmaniaRecordsAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martan03%2FTrackmaniaRecordsAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276562671,"owners_count":25664443,"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-09-23T02:00:09.130Z","response_time":73,"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":["php","rest-api","trackmania","trackmania-api","trackmania-records"],"created_at":"2024-11-16T19:28:50.114Z","updated_at":"2025-09-23T11:13:09.944Z","avatar_url":"https://github.com/Martan03.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TrackmaniaRecordsAPI\n\nI'm competitive type of person so I decided to make [Trackmania Records website](https://github.com/Martan03/TrackmaniaRecords) so me and my friends \ncould set records and then compete with each other. One of my friends wanted to make custom website for it, so I made this API.\n\nAlso, I did all the calls using GET (my friend ask me to do it like this)\n\n# API Calls:\n## Records:\n```/record```: returns all records from the database  \n### Get\n```/record/get?record_id=\u003cid\u003e```: returns record with given ID  \n```record/get?season_id=\u003cid\u003e```: returns best times from each level in given season  \n```record/get?season_id=\u003cid\u003e\u0026level=\u003clevel\u003e```: returns all times in given level of the given season  \n### Manage\nIf URL contains ```record_id```, than it edits existing record  \n```/record/manage?record_holder=\u003cname\u003e\u0026record_time=\u003ctime\u003e\u0026record_season=\u003cid\u003e\u0026record_level=\u003clevel\u003e```: creates new record  \n```/record/manage?record_id=\u003cid\u003e\u0026record_holder=\u003cname\u003e...```: edits record with given ID, all parameters must be included\n### Remove\n```/record/remove?record_id=\u003cid\u003e```: removes record with given ID\n\n## Seasons:\n```/season```: returns all season from the database  \n### Get\n```/season/get?season_id=\u003cid\u003e```: returns season with given ID  \n```/season/get?season_year=\u003cyear\u003e\u0026season_name=\u003cname\u003e```: returns season with given Year and Name  \n### Manage\nIf URL contains ```season_id```, than it edits existing season  \n```/season/manage?season_year=\u003cyear\u003e\u0026season_name=\u003cname\u003e```: creates new season  \n```/season/manage?season_id=\u003cid\u003e\u0026season_name=\u003cname\u003e...```: edits season with given ID, all parameters must be included  \n### Remove\n```/season/remove?season_id=\u003cid\u003e```: remove season with given ID  \n\n## Links\n- **Author:** [Martan03](https://github.com/Martan03)\n- **GitHub repository:** [TrackmaniaRecordsAPI](https://github.com/Martan03/TrackmaniaRecordsAPI)\n- **Author website:** [martan03.github.io/Portfolio](https://martan03.github.io/Portfolio/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartan03%2Ftrackmaniarecordsapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartan03%2Ftrackmaniarecordsapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartan03%2Ftrackmaniarecordsapi/lists"}