Hi,
There have been a few requests to add Radarr support into Ombi.
Where can I find the API Documentation?
Unfortunately we aren't at the point yet. It's close to sonarr's API. If you want you can poke around in the Chrome console and test using a client like insomnia
For example the add movie / search endpoint is:
https://localhost:7878/api/movies/lookup?term=movieName
To add to what onedr0p said. You can just start Radarr and open the Chrome Dev tools. Go to Network and you should see all API calls. Most of the stuff is very similar to Sonarr, except it has movie instead of series.
If you have further questions, you can just come and hop on our discord: https://discord.gg/NWYch8M
Hopefully Plex Requests/Ombi incorporate this .
I know that Radarr is still not on Stable, but I have been bitten before around integrating with a product too early.
Are there any planned changes for the API? Do you plan to version the API to stop any API changes breaking other applications?
Does the Radarr API offer a way to add a movie based on a IMDb ID?
It requires TheMovieDbId
On Wed, 18 Jan 2017, 2:34 pm MartinAyla, notifications@github.com wrote:
Does the Radarr API offer a way to add a movie based on a IMDb ID?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/Radarr/Radarr/issues/194#issuecomment-273490470, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AGVaLJxlbgPQMG4s4hIHgNVgRuFqklfgks5rTiLrgaJpZM4Lh6_Y
.
@tidusjar The idea is to keep the existing API exactly like it is today. So we don't break any applications using the API. However, we will probably add new endpoints to the API.
@galli-leo That's good to know!
I was just worried that I do all this work, go live and then you guys change how one of your existing endpoints work!
Shall I close this issue or do you want to keep it open for a note to document the API?
@tidusjar I think we will keep this open for now.
@Keelan This is now in the Early Access Preview version of Ombi
You guys are awesome. I'll check it out and report back.
This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Else this issue will be closed.
This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Otherwise this issue will be closed.
This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Otherwise this issue will be closed.
This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Otherwise this issue will be closed.
Man stale bot you are killing me here!
@tidusjar Haha, sorry :P It should stop now
Is there a new discord? that link is dead (so is the link on https://radarr.video/#support).
Seems to work fine here
Swagger docs started for V3
For v3 users, https://radarr.video/docs/api/ is where the documentation is located. The v3 docs are ongoing updates and not final.
Closing this done, most useful 3rd party popular endpoints are documented