# Introdução - blá blá

Toda API tem como principal endpoint o endereço:

{% code title="Endereço da API" %}

```http
https://vaccine-card.herokuapp.com/api/
```

{% endcode %}

{% hint style="info" %}
&#x20;A nossa API retorna um JSON
{% endhint %}

Aqui temos um site usando a nossa API, todo código desse site pode ser encontrado em nosso [github](https://github.com/VaccineCard/front).

{% code title="Frontend usando a API" %}

```http
https://vaccinecard.netlify.com
```

{% endcode %}

{% hint style="info" %}
Caso queira nos ajudar na construção/melhoria ou até mesmo submeter um problema pode criar uma Issue no nosso Github  🤗

<https://github.com/VaccineCard/backend>
{% endhint %}

### Stack

| Tecnologia   | Versão |
| ------------ | ------ |
| PHP          | 7.1.3  |
| Laravel      | 5.7    |
| JWT          | 0.5.12 |
| laravel-cors | 0.11.2 |

### Métodos de rotas permitidas

| Métodos |   |   |
| ------- | - | - |
| GET     |   |   |
| POST    |   |   |
| PUT     |   |   |
| DELETE  |   |   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vaccinecard.gitbook.io/docs/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
