Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

JoaoHamerski's avatar

How to connect an API with Laravel?

So my knowledge about APIs are very poor, i would like to know how do i connect with an API in Laravel, how can i return data from a API. For example, this API from a game Destiny 2 (https://bungie-net.github.io/), it says that API Root Path: https://www.bungie.net/Platform, what it means? How can i retrieve data from this API?

0 likes
2 replies
jlrdw's avatar

An API will have instructions on how to interact with it. Laravel, no different than php, follow the guidelines.

Please or to participate in this conversation.