Skip to content

Account details

Looking up simple attributes with an id.

User names

User

Account

Profile images

Profile images are delivered via a single GET end point.

GET https://rest.weave.io/avatar/user | account/?

Current parameters

  • s = large | small
  • f = base64 | image

Old version of the APIs

Two versions are available; small and large. The large is 512x512 while the small is 96x96.

They should both be requested via the following URLS (rather than graphql).

Small

https://rest.weave.io/profile/<uid>

Large

https://rest.weave.io/profile-large/<uid>