> For the complete documentation index, see [llms.txt](https://elian-1.gitbook.io/facts-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elian-1.gitbook.io/facts-api/master.md).

# info

## Get Facts

<mark style="color:blue;">`GET`</mark> `https://api.elian.website/fact`

Please use a http requests to get your data&#x20;

#### Path Parameters

| Name | Type   | Description         |
| ---- | ------ | ------------------- |
| url  | string | URL is showed above |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{"fact": "some fact"}
```

{% endtab %}
{% endtabs %}

{% content-ref url="/pages/-MeSyE4t3hhJDJV1Vxwr" %}
[API Usage Python](/facts-api/api-usage.md)
{% endcontent-ref %}

Go to API Usage Python for examples

## Get Joke (BETA)

<mark style="color:blue;">`GET`</mark> `https://api.elian.websitejokes`

this can be used to get a random joke

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

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

```
{"joke": "some funny joke"}
```

{% endtab %}
{% endtabs %}

{% hint style="danger" %}
Feature is down
{% endhint %}
