Start & End

When used in conjunction, these params limit the list to items that fall between the two dates.

start (string): Date format: YYYY-MM-DD.
end (string): Date format: YYYY-MM-DD.

Example query:

https://api.countrysidebible.org/media?start=2019-01-01&end=2019-01-31

This will return a list of all media items from January of 2019. If the same day is entered for both start and end, all media items from that day will be returned.