There was an error while loading. Please reload this page.
To query for posts by a date or date range using the WordPress REST API, you can use before and after parameters in your URL. Here are some examples:
before
after
/wp-json/wp/v2/experience?after=2023-01-01T00:00:00&before=2023-01-01T23:59:59
/wp-json/wp/v2/experience?after=2023-01-01T00:00:00
/wp-json/wp/v2/experience?before=2023-01-01T23:59:59
/wp-json/wp/v2/experience?after=2023-01-01T00:00:00&before=2023-01-31T23:59:59