URL: https://macpatch-registry.vercel.app
Host: https://vercel.com
Data Types:
GET /
Returns all patches in an array.
[
{
"id": "hl2",
"name": "Half Life 2"
},
{
"id": "test",
"name": "Text Adventure"
}
]
GET /patch/:patchid/
Returns patch information.
https://macpatch-registry.vercel.app/patch/hl2
{
"owner": "bBcLn06G22SLux2kEC8Sovf0lQE2",
"downloadYear": 2025,
"downloads": {
"January": 4,
"February": 0,
"March": 0,
"April": 0,
"May": 0,
"June": 0,
"July": 0,
"August": 0,
"September": 0,
"October": 0,
"November": 0,
"December": 0
},
"game_name": "Half Life 2",
"language": "python",
"github": "https://github.com/Stoppedwumm/halflife2patcher",
"downloadableExec": true
}