User


User Information

Provides information about a specific user.

Method URL
GET https://api.imgchest.com/v1/user/{username}

Example Response

{
    "data": {
        "name": "LunarLandr",
        "posts": 247,
        "comments": 0,
        "created": "2019-09-25T01:00:45.000000Z"
    }
}