art-institute-of-chicago / data-aggregator

An API of public data collected from several different systems at the Art Institute of Chicago
GNU Affero General Public License v3.0
65 stars 6 forks source link

Unable to access individual videos and the videos endpoint #31

Closed DakotahGodfrey closed 1 year ago

DakotahGodfrey commented 3 years ago

Trying to access the videos endpoint detailed in the docs https://api.artic.edu/api/v1/videos returns the following JSON:

image

When attempting to access the videos/search endpoint https://api.artic.edu/api/v1/videos/search the following JSON is returned:

image

When attempting to access individual video resources by their identifier https://api.artic.edu/api/v1/videos/1ee4a231-0dad-2638-24fd-dfa2138eb142 a 404 is returned:

image

Mo7amedSMahdi commented 2 years ago

Same here did you manage to find a solution?