---
hide:
  - toc
---

Formatted data representing a badge.

## Types

- {{ typeURL("Object") }}

## Properties

| Parameter     | Type                    | Description                                         |
|:-------------:|:-----------------------:|:---------------------------------------------------:|
| `name`        | {{ typeURL("String") }} | The badge name                                      |
| `description` | {{ typeURL("String") }} | The badge description and/or award reason           |
| `url`         | {{ typeURL("String") }} | The badge image URL                                 |
| `created_at`  | {{ typeURL("Number") }} | A Unix date representing when the badge was awarded |