{"message":"Welcome to the Coanime.net API","status":"online","version":"1.0.0","base_url":"https:\/\/api.coanime.net","rate_limiting":{"api":"60 requests per minute","login":"5 attempts per email\/IP","note":"Rate limits are applied per IP address or authenticated user"},"authentication":{"type":"JWT Token Authentication","header":"Authorization: Bearer {token}","note":"Internal routes require authentication. Use \/login to obtain a token. Tokens expire after 60 minutes by default.","login_response":{"access_token":"JWT token string","token_type":"bearer","expires_in":"Token expiration time in seconds","user":"Authenticated user object with roles"}},"response_format":{"success":{"code":200,"message":"Success message","data":"Response data"},"error":{"code":"HTTP status code (400, 404, 500, etc.)","message":"Error message","error":"Detailed error information"}},"common_query_parameters":{"name":"Search query parameter (string)","category":"Category slug filter (string)","page":"Pagination page number (integer)","per_page":"Items per page (integer, default varies)"},"documentation":{"authentication":{"login":{"method":"POST","url":"https:\/\/api.coanime.net\/login","description":"Authenticate user and receive JWT access token","parameters":{"email":"string (required)","password":"string (required)","remember":"boolean (optional)"},"response":{"access_token":"JWT token string","token_type":"bearer","expires_in":"Token expiration time in seconds (default: 3600)","user":"Authenticated user object with roles"}},"register":{"method":"POST","url":"https:\/\/api.coanime.net\/register","description":"Register a new user account and receive JWT access token","parameters":{"name":"string (required, max:255)","email":"string (required, unique)","password":"string (required, min:8, mixed case, numbers, symbols)","password_confirmation":"string (required)"},"response":{"access_token":"JWT token string","token_type":"bearer","expires_in":"Token expiration time in seconds (default: 3600)","user":"Newly registered user object with roles"}},"logout":{"method":"POST","url":"https:\/\/api.coanime.net\/logout","description":"Logout authenticated user","auth_required":true},"forgot_password":{"method":"POST","url":"https:\/\/api.coanime.net\/forgot-password","description":"Request password reset email","parameters":{"email":"string (required)"}},"reset_password":{"method":"POST","url":"https:\/\/api.coanime.net\/reset-password","description":"Reset user password with token"},"verify_email":{"method":"GET","url":"https:\/\/api.coanime.net\/verify-email\/{id}\/{hash}","description":"Verify user email address","auth_required":true},"send_verification":{"method":"POST","url":"https:\/\/api.coanime.net\/email\/verification-notification","description":"Resend email verification","auth_required":true}},"external":{"note":"All external endpoints are publicly accessible without authentication","home":{"home":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/home","description":"Get homepage data including relevant articles, news, broadcast schedule, and upcoming titles","query_params":{"category":"string (optional)","name":"string (optional)"}},"get_titles":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/get-titles","description":"Get all titles"},"change_images_path":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/change-images-path","description":"Utility endpoint to migrate image paths (admin use)"}},"articles":{"list":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/articles","description":"Get paginated list of articles","query_params":{"category":"string (optional)","name":"string (optional)","page":"integer (optional)"}},"list_japan":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/articles-japan","description":"Get articles related to Japan","query_params":{"name":"string (optional)","page":"integer (optional)"}},"show":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/articles\/{slug}","description":"Get single article by slug"},"by_category":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/categories\/articles\/{category}","description":"Get articles filtered by category slug","query_params":{"name":"string (optional)","page":"integer (optional)"}},"by_tag":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/articles\/tags\/{tag}","description":"Get articles filtered by tag slug","query_params":{"name":"string (optional)","page":"integer (optional)"}},"search":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/posts-search","description":"Search articles","query_params":{"name":"string (required)","category":"integer (optional)","page":"integer (optional)"}}},"categories":{"list":"https:\/\/api.coanime.net\/external\/categories","show":"https:\/\/api.coanime.net\/external\/categories\/{category}"},"tags":{"home_by_tag":"https:\/\/api.coanime.net\/external\/home\/tags\/{tag}","articles_by_tag":"https:\/\/api.coanime.net\/external\/articles\/tags\/{tag}"},"titles":{"list":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/titles","description":"Get paginated list of all titles","query_params":{"name":"string (optional)","page":"integer (optional)"}},"upcoming":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/titles\/upcoming","description":"Get list of upcoming titles"},"by_type":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/titles\/{type}","description":"Get titles filtered by type (anime, manga, etc.)","query_params":{"name":"string (optional)","page":"integer (optional)"}},"show":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/titles\/{type}\/{slug}","description":"Get single title details by type and slug"},"posts":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/titles\/{type}\/{slug}\/posts","description":"Get posts related to a specific title"},"animes":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/animes","description":"Get anime titles from external API"},"user_title_list":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/user\/title-list","description":"Get user's title list"},"update_statistics":{"method":"POST","url":"https:\/\/api.coanime.net\/external\/titles\/{title_id}\/{statistics_id}\/stats","description":"Update title statistics"},"update_rates":{"method":"POST","url":"https:\/\/api.coanime.net\/external\/titles\/{title_id}\/{rate_id}\/rates","description":"Update title rating"}},"statistics":{"by_user":"https:\/\/api.coanime.net\/external\/statistics\/{title}\/{user}","rates_by_user":"https:\/\/api.coanime.net\/external\/rates\/{title}\/{user}"},"search":{"titles":"https:\/\/api.coanime.net\/external\/search\/titles\/{name}","people":"https:\/\/api.coanime.net\/external\/search\/people\/{name}","magazine":"https:\/\/api.coanime.net\/external\/search\/magazine\/{name}","companies":"https:\/\/api.coanime.net\/external\/search\/companies\/{name}"},"genres":{"list":"https:\/\/api.coanime.net\/external\/genres","show":"https:\/\/api.coanime.net\/external\/genres\/{slug}"},"events":{"list":"https:\/\/api.coanime.net\/external\/events","by_country":"https:\/\/api.coanime.net\/external\/events\/country\/{slug}","show":"https:\/\/api.coanime.net\/external\/events\/{slug}"},"people":{"list":"https:\/\/api.coanime.net\/external\/people","by_country":"https:\/\/api.coanime.net\/external\/people\/country\/{slug}","show":"https:\/\/api.coanime.net\/external\/people\/{slug}"},"magazine":{"list":"https:\/\/api.coanime.net\/external\/magazine","by_demography":"https:\/\/api.coanime.net\/external\/magazine\/demography\/{slug}","show":"https:\/\/api.coanime.net\/external\/magazine\/{slug}"},"companies":{"list":"https:\/\/api.coanime.net\/external\/companies","by_country":"https:\/\/api.coanime.net\/external\/companies\/country\/{slug}","show":"https:\/\/api.coanime.net\/external\/companies\/{slug}"},"profile":{"show":"https:\/\/api.coanime.net\/external\/profile\/{slug}","posts":"https:\/\/api.coanime.net\/external\/profile\/{id}\/posts","titles":"https:\/\/api.coanime.net\/external\/profile\/{id}\/titles","companies":"https:\/\/api.coanime.net\/external\/profile\/{id}\/companies","magazine":"https:\/\/api.coanime.net\/external\/profile\/{id}\/magazine","people":"https:\/\/api.coanime.net\/external\/profile\/{id}\/people","events":"https:\/\/api.coanime.net\/external\/profile\/{id}\/events"},"utilities":{"random_image":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/random-image","description":"Get a random post image","query_params":{"width":"integer (optional, default: 1920)"}},"random_image_by_title":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/random-image-title\/{slug}","description":"Get a random image for a specific title"},"ecma":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/ecma","description":"Get encyclopedia data"},"vote":{"method":"POST","url":"https:\/\/api.coanime.net\/external\/vote","description":"Vote on a post"},"add_titles_season":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/add-titles-season","description":"Add titles by season (admin utility)"},"add_titles_alphabetic":{"method":"GET","url":"https:\/\/api.coanime.net\/external\/add-titles-alphabetic","description":"Add titles alphabetically (admin utility)"}}},"internal":{"_note":"All internal endpoints require authentication (Bearer token)","dashboard":{"method":"GET","url":"https:\/\/api.coanime.net\/internal\/dashboard","description":"Get dashboard statistics for authenticated user","auth_required":true},"posts":{"list":{"method":"GET","url":"https:\/\/api.coanime.net\/internal\/posts","description":"Get paginated list of posts (dashboard view)","auth_required":true,"query_params":{"name":"string (optional)","page":"integer (optional)"}},"show":{"method":"GET","url":"https:\/\/api.coanime.net\/internal\/posts\/{id}","description":"Get single post for editing","auth_required":true},"create":{"method":"POST","url":"https:\/\/api.coanime.net\/internal\/posts","description":"Create a new post","auth_required":true,"body_params":{"title":"string (required, max:255)","excerpt":"string (required, max:255)","content":"string (required)","category_id":"integer (required)","image":"string (required, max:255)","postponed_to":"datetime (optional, format: Y-m-d H:i:s)","tag_id":"array (optional)","title_id":"integer (optional)"}},"update":{"method":"PUT","url":"https:\/\/api.coanime.net\/internal\/posts\/{id}","description":"Update existing post","auth_required":true,"body_params":{"title":"string (required, max:255)","content":"string (required)","category_id":"integer (required)","file":"file (optional, max:2048, mimes:jpg,jpeg,gif,bmp,png)"}},"delete":{"method":"PUT","url":"https:\/\/api.coanime.net\/internal\/posts\/{id}\/delete","description":"Soft delete a post","auth_required":true}},"titles":{"list":"https:\/\/api.coanime.net\/internal\/titles","create_form":"https:\/\/api.coanime.net\/internal\/titles\/create","show":"https:\/\/api.coanime.net\/internal\/titles\/{id}","create":"https:\/\/api.coanime.net\/internal\/titles","update":"https:\/\/api.coanime.net\/internal\/titles\/{id}"},"people":{"list":"https:\/\/api.coanime.net\/internal\/people","show":"https:\/\/api.coanime.net\/internal\/people\/{id}","create":"https:\/\/api.coanime.net\/internal\/people","update":"https:\/\/api.coanime.net\/internal\/people\/{id}"},"magazine":{"list":"https:\/\/api.coanime.net\/internal\/magazine","show":"https:\/\/api.coanime.net\/internal\/magazine\/{id}","create":"https:\/\/api.coanime.net\/internal\/magazine","update":"https:\/\/api.coanime.net\/internal\/magazine\/{id}"},"events":{"list":"https:\/\/api.coanime.net\/internal\/events","show":"https:\/\/api.coanime.net\/internal\/events\/{id}","create":"https:\/\/api.coanime.net\/internal\/events","update":"https:\/\/api.coanime.net\/internal\/events\/{id}"},"companies":{"list":"https:\/\/api.coanime.net\/internal\/companies","show":"https:\/\/api.coanime.net\/internal\/companies\/{id}","create":"https:\/\/api.coanime.net\/internal\/companies","update":"https:\/\/api.coanime.net\/internal\/companies\/{id}"},"users":{"list":"https:\/\/api.coanime.net\/internal\/users","me":"https:\/\/api.coanime.net\/internal\/me","update_me":"https:\/\/api.coanime.net\/internal\/me"},"upload":{"images":{"method":"POST","url":"https:\/\/api.coanime.net\/internal\/upload-images","description":"Upload image to S3 storage","auth_required":true,"body_params":{"model":"string (required)","file":"file (required, image, max:2048, mimes:jpeg,png,jpg,gif,svg,webp)"}}}},"api":{"_note":"Routes under \/api prefix","user":{"method":"GET","url":"https:\/\/api.coanime.net\/api\/user","description":"Get authenticated user information with roles","auth_required":true,"header":"Authorization: Bearer {token}"},"activity_logs":{"list":{"method":"GET","url":"https:\/\/api.coanime.net\/api\/external\/activity-logs","description":"Get paginated list of activity logs","query_params":{"page":"integer (optional)","per_page":"integer (optional)"}},"stats":{"method":"GET","url":"https:\/\/api.coanime.net\/api\/external\/activity-logs\/stats","description":"Get activity logs statistics"},"show":{"method":"GET","url":"https:\/\/api.coanime.net\/api\/external\/activity-logs\/{id}","description":"Get single activity log by ID"},"by_user":{"method":"GET","url":"https:\/\/api.coanime.net\/api\/external\/activity-logs\/user\/{userId}","description":"Get activity logs for a specific user"}},"jsonapi":{"_note":"JSON:API specification endpoints","posts":"https:\/\/api.coanime.net\/api\/external\/posts","users":"https:\/\/api.coanime.net\/api\/external\/users","tags":"https:\/\/api.coanime.net\/api\/external\/tags","categories":"https:\/\/api.coanime.net\/api\/external\/categories","titles":"https:\/\/api.coanime.net\/api\/external\/titles"}}}}