# Legacy Endpoints

{% hint style="warning" %}
Fide is moving to a GraphQL API to make requests and responses fully dynamic!
{% endhint %}

## Entity

{% hint style="info" %}
&#x20;A Fide Entity will always be a person, project, or legal organization.
{% endhint %}

{% content-ref url="entity-schema" %}
[entity-schema](https://docs.fide.id/api/entity-schema)
{% endcontent-ref %}

## Get profile information for a single entity identified by a unique Fide ID.

<mark style="color:green;">`POST`</mark> `https://api.fide.id/entity`

Try It Now!

#### Request Body

| Name                                       | Type   | Description |
| ------------------------------------------ | ------ | ----------- |
| fide\_id<mark style="color:red;">\*</mark> | string |             |

{% tabs %}
{% tab title="200: OK dictionary" %}

{% endtab %}
{% endtabs %}

## Build a list of Fide entities filtered by a unique query.

<mark style="color:green;">`POST`</mark> `https://api.fide.id/entities`

#### Request Body

| Name                                    | Type       | Description                                                        |
| --------------------------------------- | ---------- | ------------------------------------------------------------------ |
| query<mark style="color:red;">\*</mark> | dictionary | [Broken link](https://docs.fide.id/api/broken-reference "mention") |

{% tabs %}
{% tab title="200: OK dictionary\[]" %}

{% endtab %}
{% endtabs %}

***

## Source

{% hint style="info" %}
A Fide Source will always have a digital location such as a blockchain address or url.
{% endhint %}

{% content-ref url="source-schema" %}
[source-schema](https://docs.fide.id/api/source-schema)
{% endcontent-ref %}

## Get information for a Fide source entity identified by a unique Fide Source ID.

<mark style="color:green;">`POST`</mark> `https://api.fide.id/source`

#### Request Body

| Name                                         | Type   | Description |
| -------------------------------------------- | ------ | ----------- |
| source\_id<mark style="color:red;">\*</mark> | string |             |

{% tabs %}
{% tab title="200: OK dictionary" %}

{% endtab %}
{% endtabs %}

## Build a list of Fide sources filtered by a unique query.

<mark style="color:green;">`POST`</mark> `https://api.fide.id/sources`

#### Request Body

| Name                                    | Type       | Description                                                        |
| --------------------------------------- | ---------- | ------------------------------------------------------------------ |
| query<mark style="color:red;">\*</mark> | dictionary | [Broken link](https://docs.fide.id/api/broken-reference "mention") |

{% tabs %}
{% tab title="200: OK dictionary\[]" %}

{% endtab %}
{% endtabs %}

***

## Contribution

{% hint style="info" %}
A Fide Contribution will always represent a one-way relationship between two entities, sources, and/or contributions.
{% endhint %}

{% content-ref url="contribution-schema" %}
[contribution-schema](https://docs.fide.id/api/contribution-schema)
{% endcontent-ref %}

## Get information for a single contribution identified by a unique Fide Contribution ID.

<mark style="color:green;">`POST`</mark> `https://api.fide.id/contribution`

#### Request Body

| Name                                       | Type   | Description                                                        |
| ------------------------------------------ | ------ | ------------------------------------------------------------------ |
| fide\_id<mark style="color:red;">\*</mark> | string | [Broken link](https://docs.fide.id/api/broken-reference "mention") |

{% tabs %}
{% tab title="200: OK dictionary" %}

{% endtab %}
{% endtabs %}
