Jump to content

How to access the detail of an item in the api?


Joel_Pulla

Recommended Posts

Joel_Pulla

Hi devs.

How to access the detail of an item in the api in which I get a description of the item, currently I make a query but the api does not return that information and not the detail I need is the one in the second image

image.png.d022dcdf4fb9145f33268f321dd32c96.pngimage.thumb.png.a55b1705d89135f1c089d074724f7cd5.png

Link to comment
Share on other sites

  • 3 weeks later...
shure
https://{emby_host}/emby/Users/{user_id}/Items/{item_id}?api_key={token}

use this api and you will find overview in response

  • Thanks 1
Link to comment
Share on other sites

  • 9 months later...
hoonlight
On 6/25/2023 at 3:36 AM, shure said:
https://{emby_host}/emby/Users/{user_id}/Items/{item_id}?api_key={token}

use this api and you will find overview in response

I store the metadata in a .nfo file, and I don't think I can get the overview to show up using this endpoint.

It shows up fine in emby web, but there doesn't seem to be a way to get the information using the API.

Link to comment
Share on other sites

12 hours ago, hoonlight said:

I store the metadata in a .nfo file, and I don't think I can get the overview to show up using this endpoint.

It shows up fine in emby web, but there doesn't seem to be a way to get the information using the API.

Yes you can, using that URL he mentioned.

  • Thanks 1
Link to comment
Share on other sites

hoonlight
On 3/28/2024 at 3:44 AM, Luke said:

Yes you can, using that URL he mentioned.

You're right, I forgot to set Recursive=ture and Filters=IsNotFolder. I queried it with those settings and it seems to work fine.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...