{"name":"LARP Public API","version":"1.4.2","status":"operational","motto":"larp till you make it","documentation":"https://larp-bio.xyz/docs#api","authentication":{"type":"bearer","header":"Authorization: Bearer <token>","note":"Tokens are issued per account. Public endpoints work without one."},"rate_limit":{"requests":120,"window":"1m","scope":"token or ip"},"endpoints":[{"method":"GET","path":"/api/v1/profiles/{username}","description":"Public profile document","auth":false},{"method":"GET","path":"/api/v1/profiles/{username}/links","description":"Links on a profile","auth":false},{"method":"GET","path":"/api/v1/directory","description":"Paginated public directory","auth":false},{"method":"GET","path":"/api/v1/leaderboard","description":"Most-viewed profiles","auth":false},{"method":"GET","path":"/api/v1/badges","description":"Badge catalogue","auth":false},{"method":"GET","path":"/api/v1/me","description":"The token owner's account","auth":true},{"method":"PATCH","path":"/api/v1/me/profile","description":"Update the token owner's profile","auth":true},{"method":"POST","path":"/api/v1/me/links","description":"Create a link","auth":true},{"method":"GET","path":"/api/v1/vibes","description":"Current vibes","auth":false}]}