# devRant API: Users & avatars
Profiles are public; editing your own needs the token triple (log in below). `score` is the
user's net stars, `about` is the bio, `github` is the git link, and `skills` is derived from the
bio. The nested `content.content` holds the user's serialized rants and comments.
{% set devrant_slug = 'devrant-users' %}
{% include "docs/_devrant_endpoints.html" %}
GET
/api/avatars/u/{username}.png
Minimal role: Public
Avatar image
Every user_avatar.i points at this path. It renders a real PNG from the username seed; pass ?size= (16-512, default 128).