# REST API
ScholarshipOwl For Business provides a JSON REST API for integration.
Please look through basic Concepts before you start using the API.
# Introduction
ScholarshipOwl For Business provides a REST API that implements JSON:API standard. Find the JSON:API parsers at https://jsonapi.org/implementations that fit your requirements. We suggest using the following libraries for serialization and deserialization of API request/responses.
- JavaScript - https://github.com/olosegres/jsona
- PHP - https://github.com/woohoolabs/yang