Get user profile
documentedRetrieve public profile data for a user.
GET /v2/users/{username}/profileUsersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.myanimelist.net/v2/users/{{$username}}/profile" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-MAL-Client-ID: {{MYANIMELIST_API_KEY}}" \
-H "Accept: application/json"