Integrations

    API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. In case you want to connect a React application with Strapi, we say that React is the client and Strapi the system. Indeed, React will communicate to Strapi, by making HTTP requests. Strapi will then give a response back to your client.

    If your Strapi application contains restaurants and you want to list them in your React application, all you need to do is to make an HTTP request to Strapi which will take care to give you a response containing your restaurants.

    The API Endpoints documentation will give you all the keys in hand to interact with your Strapi API.

    Get started

    Today, any programming language has an HTTP client allowing you to execute requests to an API and therefore interact with it. Javascript has Axios (opens new window), , Ruby has Faraday (opens new window), , Python has Requests (opens new window) etc…

    Integrate Strapi with a multitude of frameworks, frontend or backend programming languages just below.

    [Integrations - 图6

    React

    Consume your API with React

    ]()

    [

    Vue.js

    Consume your API with Vue.js

    ](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/vue-js.html)

    [Integrations - 图8

    Angular

    Consume your API with Angular

    ]()

    [

    Next.js

    Consume your API with Next.js

    ](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/next-js.html)

    [Integrations - 图10

    Nuxt.js

    Consume your API with Nuxt.js

    ]()

    GraphQL

    Get started with GraphQL

    ](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/graphql.html)

    [

    Gatsby

    Consume your API with Gatsby

    ]()

    [Integrations - 图13

    Gridsome

    Consume your API with Gridsome

    ](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/gridsome.html)

    [

    Jekyll

    Consume your API with Jekyll

    ]()

    [Integrations - 图15

    11ty

    Consume your API with 11ty

    ](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/11ty.html)

    [

    Svelte

    Consume your API with Svelte

    ]()

    [Integrations - 图17

    Sapper

    ](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/sapper.html)

    [

    Ruby

    Consume your API with Ruby

    ]()

    [Integrations - 图19

    Python

    Consume your API with Python

    ](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/python.html)

    [

    Dart

    Consume your API with Dart

    ]()

    [Integrations - 图21

    Flutter

    Consume your API with Flutter

    ](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/flutter.html)

    [

    Go

    Consume your API with Go

    ]()

    [Integrations - 图23

    PHP

    Consume your API with PHP

    ](https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/integrations/php.html)