https://appwrite.io/v1/avatars/browsers/{code}You can use this endpoint to show different browser icons to your users. The code argument receives the browser code as it appears in your user /account/sessions endpoint. Use width, height and quality arguments to change the output settings.
Browser Code.
Image width. Pass an integer between 0 to 2000. Defaults to 100.
Image height. Pass an integer between 0 to 2000. Defaults to 100.
Image quality. Pass an integer between 0 to 100. Defaults to 100.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://appwrite.io/v1/avatars/browsers/{code}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://appwrite.io/v1/avatars/browsers/{code}You can use this endpoint to show different browser icons to your users. The code argument receives the browser code as it appears in your user /account/sessions endpoint. Use width, height and quality arguments to change the output settings.
Browser Code.
Image width. Pass an integer between 0 to 2000. Defaults to 100.
Image height. Pass an integer between 0 to 2000. Defaults to 100.
Image quality. Pass an integer between 0 to 100. Defaults to 100.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://appwrite.io/v1/avatars/browsers/{code}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}