Hi @IIOS I'm not sure about this one, I'll have to give it some thought. I have plans to do a couple text file downloads but haven't decided if the keyword list will be one of them.
No problem, I've created a list which broadly represents keywords used (~1400 rows), but it would be nice to get the actual list with Ids. I don't need MovieId<>KeywordId relationship, just the actual list of used keywords and their Id to improve discovering movies by keyword.
Currently if 3 keywords are used, that requires 3 calls to the API for the Id, and that API call will wildcard match, bring back more Ids. When you combine this with the other calls it adds a bit of overhead.
@IIOS Keywords seems to be an important use case for us. I was searching around the api , we wanted to provide an autocomplete field allowing user to search apis in our admin site. Were you able to locate a list of the key words for auto complete? I see you said I have about 1400 key words how did you extract? I don't see an api... Thanks chris
I think I did it the arduous way using Keyword search back in then. I'm fairly sure I used a dictionary and then hit /search/keyword for an ~hour saving unique keywords.
I ended up with 18432, but I think there's been some maintenance since bcos kw like "zombies island" result = 0; while "yugoslavian peasant" still returns 1.
The text file is definitely the way to go, but if you strip out the non english values I think I wasn't far off with my method.
Hi there! Have been looking for exactly the same thing. I've used the daily exports as per docs but keep getting a 'No such key' error. Any reason? For the record, have been trying exactly what the docs suggest: http://files.tmdb.org/p/exports/movie_ids_04_28_2017.json.gz. If this doesn't work, is my only option, to get the list of existing keywords, to crawl the full API for them?
Contestado por Travis Bell
el 22 de enero de 2017 a las 11:19
Hi @IIOS I'm not sure about this one, I'll have to give it some thought. I have plans to do a couple text file downloads but haven't decided if the keyword list will be one of them.
Contestado por IIOS
el 22 de enero de 2017 a las 18:08
No problem, I've created a list which broadly represents keywords used (~1400 rows), but it would be nice to get the actual list with Ids. I don't need MovieId<>KeywordId relationship, just the actual list of used keywords and their Id to improve discovering movies by keyword. Currently if 3 keywords are used, that requires 3 calls to the API for the Id, and that API call will wildcard match, bring back more Ids. When you combine this with the other calls it adds a bit of overhead.
What plans do you have for text file dls?
Thanks.
Contestado por Travis Bell
el 24 de enero de 2017 a las 10:16
Right now just a list of dead ids for movies, TV shows and people.
Contestado por cpalmer
el 23 de agosto de 2017 a las 12:38
@IIOS Keywords seems to be an important use case for us. I was searching around the api , we wanted to provide an autocomplete field allowing user to search apis in our admin site. Were you able to locate a list of the key words for auto complete? I see you said I have about 1400 key words how did you extract? I don't see an api... Thanks chris
Contestado por IIOS
el 23 de agosto de 2017 a las 20:44
I think I did it the arduous way using Keyword search back in then. I'm fairly sure I used a dictionary and then hit /search/keyword for an ~hour saving unique keywords. I ended up with 18432, but I think there's been some maintenance since bcos kw like "zombies island" result = 0; while "yugoslavian peasant" still returns 1. The text file is definitely the way to go, but if you strip out the non english values I think I wasn't far off with my method.
Contestado por cpalmer
el 23 de agosto de 2017 a las 21:20
Thanks guys! For autocomplete looks like this is the go: https://api.themoviedb.org/3/search/keyword
Contestado por martina.physics
el 4 de septiembre de 2018 a las 03:04
Hi there! Have been looking for exactly the same thing. I've used the daily exports as per docs but keep getting a 'No such key' error. Any reason? For the record, have been trying exactly what the docs suggest: http://files.tmdb.org/p/exports/movie_ids_04_28_2017.json.gz. If this doesn't work, is my only option, to get the list of existing keywords, to crawl the full API for them?
Contestado por cuckuduku
el 27 de septiembre de 2024 a las 06:13
is it possible for you to share?
Contestado por ticao2 🇧🇷 pt-BR
el 27 de septiembre de 2024 a las 09:47
This conversation is very old. 2017.
Daily ID export is now live.
See here: https://developer.themoviedb.org/docs/daily-id-exports
The ID files for each area are available for approximately 90 days.
ATTENTION: Check the date format. MM_DD_YYYY
In your case, keywords, from today:
files.tmdb.org/p/exports/keyword_ids_09_27_2024.json.gz