cURL
curl --request GET \ --url https://www.osintcat.net/api/user
{ "account_info": {}, "usage": { "dashboard": {}, "api": {}, "last_limit_reset": "<string>" }, "note": "<string>" }
curl "https://www.osintcat.net/api/user?id=YOUR_API_KEY"
{ "account_info": { "username": "example_user", "email": "[email protected]", "plan": "Premium", "member_since": "2024-01-15 10:30:00" }, "usage": { "dashboard": { "request_limit_daily": "unlimited", "requests_remaining_today": "unlimited" }, "api": { "request_limit_daily": 50, "requests_made_today": 12, "requests_remaining_today": 38 }, "last_limit_reset": "2024-01-20 00:00:00 UTC" }, "note": "API and Dashboard limits reset daily at midnight (UTC)." }