There are thousands, I'm not entirely sure just how many. The only way to really query lists is by either searching for them via text search (/3/search/list), or by getting an ID from your account (/3/account/{id}/lists). You can of course get the list id when you create a list as well.
We don't have a single method to pull a list of all the actors and actresses. To do this, start at id 1, and iterate up until you get to the id found in the /person/latest method.
תגובה מאת Travis Bell
ב-יולי 28, 2014 ב-4:30אחרי חצות יום
Hi jrichardson,
There are thousands, I'm not entirely sure just how many. The only way to really query lists is by either searching for them via text search (/3/search/list), or by getting an ID from your account (/3/account/{id}/lists). You can of course get the list id when you create a list as well.
What were you looking to do specifically?
תגובה מאת Joey Richardson
ב-יולי 28, 2014 ב-8:13אחרי חצות יום
Trying to get a full list of actors/actresses.
תגובה מאת Travis Bell
ב-יולי 29, 2014 ב-10:29לפני חצות יום
We don't have a single method to pull a list of all the actors and actresses. To do this, start at id 1, and iterate up until you get to the id found in the
/person/latest
method.Cheers.