---
hide:
  - toc
---

Badge data listed in an object returned by a user request.

## Types

- {{ typeURL("Object") }}

## Properties

| Parameter     | Type                    | Description                                         |
|:-------------:|:-----------------------:|:---------------------------------------------------:|
| `name`        | {{ typeURL("String") }} | The badge name                                      |
| `text`        | {{ typeURL("String") }} | The badge description and/or award reason           |
| `url`         | {{ typeURL("String") }} | The badge image URL                                 |
| `created_utc` | {{ typeURL("Number") }} | A Unix date representing when the badge was awarded |