With Business Central you can create Connect apps. Connect apps establish a point-to-point connection between Dynamics 365 Business Central and a third party solution or service and is typically created using standard REST API to interchange data. Any coding language capable of calling REST APIs can be used to develop your Connect app. For more information to get started with Connect apps, see Developing connect apps for Dynamics 365 Business Central.
Tip
For inspiration and examples, see the open source ALAppExtensions repo. Here you'll find examples of API pages written in AL.
Microsoft APIs Terms of Use
Before you start using the Business Central APIs, familiarize yourself with the Microsoft APIs Terms of Use.
Extending APIs with additional fields isn't currently possible in Business Central. If you need this, you must copy the AL code for the API and create a custom API based on that.