# Building APIs with the Jade JSON API library for Symfony

DevFeed: [Building APIs with the Jade JSON API library for Symfony](<https://devfeed.tech/articles/building-a-full-fledged-api-in-less-than-30-minutes-in-symfony-28067.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/building-an-api-in-less-than-30-minutes/>)

Author: Moein Akbarof Follow

Published: 2017-11-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [JSON:API](<https://devfeed.tech/topics/json-api.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [backend](<https://devfeed.tech/tags/backend.md>), [json](<https://devfeed.tech/tags/json.md>), [rest](<https://devfeed.tech/tags/rest.md>), [security](<https://devfeed.tech/tags/security.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

## AI overview

This tutorial introduces Jade, a customizable library for building APIs that follow the JSON:API specification. It was initially built for Symfony and includes listeners, documentation, advanced filtering, and security features.

## Source excerpt

We all have been there, done that. You want to build an API that allows you to manipulate your entities so you start checking which specification to use. Maybe