# Platforms

## List Platforms

<mark style="color:blue;">`GET`</mark> `https://app.inspector.dev/api/platforms`

This endpoint allows you to list the supported platforms.

#### Headers

| Name           | Type   | Description |
| -------------- | ------ | ----------- |
| Authentication | string | API key.    |

{% tabs %}
{% tab title="200 " %}

```json
[
    {
        "id": 1,
        "name": "Laravel",
        "language": "php",
        "client_version": "4.6.21"
    },
    {
        "id": 2,
        "name": "PHP",
        "language": "php",
        "client_version": "3.5.17"
    },
    {
        "id": 3,
        "name": "NodeJs",
        "language": "javascript",
        "client_version": "1.9.4"
    },
    {
        "id": 3,
        "name": "ExpressJs",
        "language": "javascript",
        "client_version": "1.9.4"
    },
    {
        "id": 3,
        "name": "Fastify",
        "language": "javascript",
        "client_version": "1.9.4"
    }
]
```

{% endtab %}
{% endtabs %}
