-
+ |
{{
provider.display_name
}}
|
- {{ provider.display_name }} |
{{ cleanSourceUrlForPresentation(provider.source_url) }}
@@ -68,7 +67,6 @@ import { useGetLocaleFormattedNumber } from "~/composables/use-get-locale-format
import type { SupportedMediaType } from "~/constants/media"
import type { MediaProvider } from "~/types/media-provider"
-import { useFeatureFlagStore } from "~/stores/feature-flag"
import { useSearchStore } from "~/stores/search"
import TableSortIcon from "~/components/TableSortIcon.vue"
@@ -141,11 +139,6 @@ export default defineComponent({
return sorting.direction === "asc" ? providers : providers.reverse()
})
- const featureFlagStore = useFeatureFlagStore()
- const additionalSearchViews = computed(() => {
- return featureFlagStore.isOn("additional_search_views")
- })
-
const searchStore = useSearchStore()
const providerViewUrl = (provider: MediaProvider) => {
return searchStore.getCollectionPath({
@@ -163,7 +156,6 @@ export default defineComponent({
sortTable,
cleanSourceUrlForPresentation,
providerViewUrl,
- additionalSearchViews,
}
},
})
diff --git a/frontend/src/middleware/collection.ts b/frontend/src/middleware/collection.ts
index 0b852accfc3..98900d1623d 100644
--- a/frontend/src/middleware/collection.ts
+++ b/frontend/src/middleware/collection.ts
@@ -1,6 +1,5 @@
import { isShallowEqualObjects } from "@wordpress/is-shallow-equal"
-import { useFeatureFlagStore } from "~/stores/feature-flag"
import { useProviderStore } from "~/stores/provider"
import { useSearchStore } from "~/stores/search"
@@ -66,14 +65,6 @@ export const collectionMiddleware: Middleware = async ({
error: nuxtError,
route,
}) => {
- if (!useFeatureFlagStore($pinia).isOn("additional_search_views")) {
- nuxtError({
- statusCode: 404,
- message: "Additional search views are not enabled",
- })
- return
- }
-
const searchStore = useSearchStore($pinia)
// Route name has the locale in it, e.g. `audio-collection__en`
const mediaType = routeNameToMediaType(route)
diff --git a/frontend/src/pages/image/_id/index.vue b/frontend/src/pages/image/_id/index.vue
index 540d1b11aad..275e3d99762 100644
--- a/frontend/src/pages/image/_id/index.vue
+++ b/frontend/src/pages/image/_id/index.vue
@@ -46,7 +46,6 @@
@@ -56,39 +55,6 @@
class="row-start-1 mb-4 !w-full flex-initial sm:col-start-2 sm:mb-0 sm:mt-1 sm:!w-auto"
/>
-
{
- if (!image.value) {
- return
- }
- sendCustomEvent("VISIT_CREATOR_LINK", {
- id: image.value.id,
- source: image.value.source ?? image.value.provider,
- url: image.value.creator_url ?? "",
- })
- }
-
const { reveal, hide, isHidden } = useSensitiveMedia(image.value)
const { pageTitle, detailPageMeta } = useSingleResultPageMeta(image)
@@ -311,14 +263,7 @@ export default defineComponent({
title: pageTitle.value,
}))
- const featureFlagStore = useFeatureFlagStore()
- const isAdditionalSearchView = computed(() => {
- return featureFlagStore.isOn("additional_search_views")
- })
-
return {
- isAdditionalSearchView,
-
image,
fetchingError,
imageWidth,
@@ -337,7 +282,6 @@ export default defineComponent({
skipToContentTargetId,
sendGetMediaEvent,
- sendVisitCreatorLinkEvent,
isHidden,
reveal,
diff --git a/frontend/test/playwright/e2e/collections.spec.ts b/frontend/test/playwright/e2e/collections.spec.ts
index 65d61544abd..eac127cf2f1 100644
--- a/frontend/test/playwright/e2e/collections.spec.ts
+++ b/frontend/test/playwright/e2e/collections.spec.ts
@@ -10,6 +10,7 @@ import { preparePageForTests } from "~~/test/playwright/utils/navigation"
import {
getCopyButton,
getH1,
+ getLoadMoreButton,
// getLoadMoreButton,
} from "~~/test/playwright/utils/components"
import { t } from "~~/test/playwright/utils/i18n"
@@ -22,11 +23,7 @@ test.describe.configure({ mode: "parallel" })
test.describe("collections", () => {
test.beforeEach(async ({ page }) => {
- await preparePageForTests(page, "xl", {
- features: {
- additional_search_views: "on",
- },
- })
+ await preparePageForTests(page, "xl")
await page.goto("/image/f9384235-b72e-4f1e-9b05-e1b116262a29")
// Wait for the page to hydrate
await expect(getCopyButton(page)).toBeEnabled()
@@ -39,8 +36,8 @@ test.describe("collections", () => {
await page.waitForURL(/image\/collection/)
await expect(getH1(page, /cat/i)).toBeVisible()
- // await expect(getLoadMoreButton(page)).toBeEnabled()
- // expect(await page.locator("figure").count()).toEqual(20)
+ await expect(getLoadMoreButton(page)).toBeEnabled()
+ expect(await page.locator("figure").count()).toEqual(20)
})
test("can open source collection page from image page", async ({ page }) => {
@@ -51,8 +48,8 @@ test.describe("collections", () => {
await page.waitForURL(/image\/collection/)
await expect(getH1(page, sourcePattern)).toBeVisible()
- // await expect(getLoadMoreButton(page)).toBeEnabled()
- // expect(await page.locator("figure").count()).toEqual(20)
+ await expect(getLoadMoreButton(page)).toBeEnabled()
+ expect(await page.locator("figure").count()).toEqual(20)
})
test("can open creator collection page from image page", async ({ page }) => {
@@ -62,8 +59,8 @@ test.describe("collections", () => {
await page.waitForURL(/image\/collection/)
await expect(getH1(page, creatorPattern)).toBeVisible()
- // await expect(getLoadMoreButton(page)).toBeEnabled()
- // expect(await page.locator("figure").count()).toEqual(20)
+ await expect(getLoadMoreButton(page)).toBeEnabled()
+ expect(await page.locator("figure").count()).toEqual(20)
})
})
@@ -73,9 +70,7 @@ const EXPAND_BUTTON = (page: Page) =>
page.getByRole("button", { name: t("mediaDetails.tags.showMore") })
test("some tags are hidden if there are more than 3 rows", async ({ page }) => {
- await preparePageForTests(page, "xl", {
- features: { additional_search_views: "on" },
- })
+ await preparePageForTests(page, "xl")
await page.goto("/image/2bc7dde0-5aad-4cf7-b91d-7f0e3bd06750")
const tags = page.getByRole("list", { name: t("mediaDetails.tags.title") })
@@ -90,9 +85,7 @@ test("sends analytics events when tags are toggled", async ({
context,
page,
}) => {
- await preparePageForTests(page, "xl", {
- features: { additional_search_views: "on" },
- })
+ await preparePageForTests(page, "xl")
const analyticsEvents = collectAnalyticsEvents(context)
await page.goto("/image/2bc7dde0-5aad-4cf7-b91d-7f0e3bd06750")
diff --git a/frontend/test/playwright/e2e/seo.spec.ts b/frontend/test/playwright/e2e/seo.spec.ts
index 1d3d8720b98..83d60ef0587 100644
--- a/frontend/test/playwright/e2e/seo.spec.ts
+++ b/frontend/test/playwright/e2e/seo.spec.ts
@@ -85,9 +85,7 @@ const pages = {
test.describe("page metadata", () => {
for (const openversePage of Object.values(pages)) {
test(`${openversePage.url}`, async ({ page }) => {
- await preparePageForTests(page, "xl", {
- features: { additional_search_views: "on" },
- })
+ await preparePageForTests(page, "xl")
await page.goto(openversePage.url)
await expect(page).toHaveTitle(openversePage.title)
const metaDescription = page.locator('meta[name="description"]')
diff --git a/frontend/test/playwright/e2e/sources.spec.ts b/frontend/test/playwright/e2e/sources.spec.ts
index 84403bd91de..82b22764559 100644
--- a/frontend/test/playwright/e2e/sources.spec.ts
+++ b/frontend/test/playwright/e2e/sources.spec.ts
@@ -6,9 +6,7 @@ import { preparePageForTests } from "~~/test/playwright/utils/navigation"
test.describe.configure({ mode: "parallel" })
test("sources table has links to source pages", async ({ page }) => {
- await preparePageForTests(page, "xl", {
- features: { additional_search_views: "on" },
- })
+ await preparePageForTests(page, "xl")
await page.goto("/sources")
await page
.getByRole("cell", { name: "Flickr", exact: true })
diff --git a/frontend/test/playwright/utils/navigation.ts b/frontend/test/playwright/utils/navigation.ts
index 9a16bbf2da8..d6d9b748f1f 100644
--- a/frontend/test/playwright/utils/navigation.ts
+++ b/frontend/test/playwright/utils/navigation.ts
@@ -218,12 +218,13 @@ export const preparePageForTests = async (
fake_sensitive: "off",
analytics: "on",
additional_search_types: "off",
- additional_search_views: "on",
}
for (const [feature, status] of Object.entries(options.features)) {
features[feature] = status
}
cookiesToSet.features = features
+ } else {
+ cookiesToSet.features = { fetch_sensitive: "off" }
}
await setCookies(page.context(), cookiesToSet)
}
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts
index 0797c1f2a18..80d330f7b07 100644
--- a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts
+++ b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts
@@ -15,46 +15,40 @@ import { supportedMediaTypes } from "~/constants/media"
test.describe.configure({ mode: "parallel" })
-for (const isOn of [true]) {
- for (const mediaType of supportedMediaTypes) {
- for (const dir of languageDirections) {
- breakpoints.describeEvery(({ breakpoint, expectSnapshot }) => {
- test(`${mediaType} ${dir} single-result page snapshots from search results, additional search views: ${isOn}`, async ({
- page,
- }) => {
- await preparePageForTests(page, breakpoint, {
- features: { additional_search_views: isOn ? "on" : "off" },
- })
+for (const mediaType of supportedMediaTypes) {
+ for (const dir of languageDirections) {
+ breakpoints.describeEvery(({ breakpoint, expectSnapshot }) => {
+ test(`${mediaType} ${dir} single-result page snapshots from search results`, async ({
+ page,
+ }) => {
+ await preparePageForTests(page, breakpoint)
- await page.route("**", (route) => {
- const url = route.request().url()
- // For audio, use the generated image instead of requesting the
- // thumbnail.
- if (
- url.endsWith(".jpg") ||
- (url.endsWith("/thumb/") && url.includes("/audio/"))
- ) {
- route.abort()
- } else {
- route.continue()
- }
- })
+ await page.route("**", (route) => {
+ const url = route.request().url()
+ // For audio, use the generated image instead of requesting the
+ // thumbnail.
+ if (
+ url.endsWith(".jpg") ||
+ (url.endsWith("/thumb/") && url.includes("/audio/"))
+ ) {
+ route.abort()
+ } else {
+ route.continue()
+ }
+ })
- await goToSearchTerm(page, "birds", { dir, mode: "SSR" })
+ await goToSearchTerm(page, "birds", { dir, mode: "SSR" })
- // This will include the "Back to results" link.
- await openFirstResult(page, mediaType, dir)
- await expectSnapshot(
- `${mediaType}-${dir}-from-search-results${
- isOn ? "-with-additional-search-views" : ""
- }`,
- page,
- { fullPage: true },
- { maxDiffPixelRatio: 0.01 }
- )
- })
+ // This will include the "Back to results" link.
+ await openFirstResult(page, mediaType, dir)
+ await expectSnapshot(
+ `${mediaType}-${dir}-from-search-results-with-additional-search-views`,
+ page,
+ { fullPage: true },
+ { maxDiffPixelRatio: 0.01 }
+ )
})
- }
+ })
}
}
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-2xl-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-2xl-linux.png
deleted file mode 100644
index fbe79a9de8a..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-2xl-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-lg-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-lg-linux.png
deleted file mode 100644
index fcb0f3c2915..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-lg-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-md-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-md-linux.png
deleted file mode 100644
index 34f254e43db..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-md-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-sm-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-sm-linux.png
deleted file mode 100644
index f20577d1b72..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-sm-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-xl-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-xl-linux.png
deleted file mode 100644
index 8c4866b92cf..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-xl-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-xs-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-xs-linux.png
deleted file mode 100644
index 47ff85f52b7..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-ltr-from-search-results-xs-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-2xl-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-2xl-linux.png
deleted file mode 100644
index 373a75d659f..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-2xl-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-lg-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-lg-linux.png
deleted file mode 100644
index 6c6d4eb0d67..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-lg-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-md-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-md-linux.png
deleted file mode 100644
index d5ed2ee0151..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-md-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-sm-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-sm-linux.png
deleted file mode 100644
index 727efdab203..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-sm-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-xl-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-xl-linux.png
deleted file mode 100644
index 1aa678693f1..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-xl-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-xs-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-xs-linux.png
deleted file mode 100644
index a5c23c4203b..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/audio-rtl-from-search-results-xs-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-2xl-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-2xl-linux.png
deleted file mode 100644
index db6bd6129ae..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-2xl-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-lg-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-lg-linux.png
deleted file mode 100644
index 6d6ac5d998a..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-lg-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-md-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-md-linux.png
deleted file mode 100644
index a3fa297bf9b..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-md-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-sm-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-sm-linux.png
deleted file mode 100644
index 44bc185fc20..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-sm-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-xl-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-xl-linux.png
deleted file mode 100644
index 57d1549df13..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-xl-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-xs-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-xs-linux.png
deleted file mode 100644
index bf2446352e9..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-ltr-from-search-results-xs-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-2xl-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-2xl-linux.png
deleted file mode 100644
index 016eb02e398..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-2xl-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-lg-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-lg-linux.png
deleted file mode 100644
index 3b1917ae1f9..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-lg-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-md-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-md-linux.png
deleted file mode 100644
index c1c7c67e157..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-md-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-sm-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-sm-linux.png
deleted file mode 100644
index 56b50720899..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-sm-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-xl-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-xl-linux.png
deleted file mode 100644
index ad71e29043b..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-xl-linux.png and /dev/null differ
diff --git a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-xs-linux.png b/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-xs-linux.png
deleted file mode 100644
index cd426ae5e95..00000000000
Binary files a/frontend/test/playwright/visual-regression/pages/pages-single-result.spec.ts-snapshots/image-rtl-from-search-results-xs-linux.png and /dev/null differ
diff --git a/frontend/test/tapes/search/images/collection=creator&unstable__collection=creator&creator=strogoscope_keep-alive.json5 b/frontend/test/tapes/search/images/collection=creator&unstable__collection=creator&creator=strogoscope_keep-alive.json5
new file mode 100644
index 00000000000..332197a4660
--- /dev/null
+++ b/frontend/test/tapes/search/images/collection=creator&unstable__collection=creator&creator=strogoscope_keep-alive.json5
@@ -0,0 +1,969 @@
+{
+ meta: {
+ createdAt: '2024-04-29T13:43:29.302Z',
+ host: 'https://api.openverse.engineering',
+ resHumanReadable: true,
+ resUncompressed: true,
+ },
+ req: {
+ headers: {
+ connection: 'keep-alive',
+ },
+ url: '/v1/images/?collection=creator&unstable__collection=creator&creator=strogoscope%2F+photographer+%3F+creator&source=flickr',
+ method: 'GET',
+ body: '',
+ },
+ res: {
+ status: 200,
+ headers: {
+ date: [
+ 'Mon, 29 Apr 2024 13:43:29 GMT',
+ ],
+ 'content-type': [
+ 'application/json',
+ ],
+ 'transfer-encoding': [
+ 'chunked',
+ ],
+ connection: [
+ 'keep-alive',
+ ],
+ vary: [
+ 'Accept, Authorization, origin, Accept-Encoding',
+ ],
+ allow: [
+ 'GET, HEAD, OPTIONS',
+ ],
+ 'x-ratelimit-limit-anon_burst': [
+ '20/min',
+ ],
+ 'x-ratelimit-available-anon_burst': [
+ '19',
+ ],
+ 'x-ratelimit-limit-anon_sustained': [
+ '200/day',
+ ],
+ 'x-ratelimit-available-anon_sustained': [
+ '199',
+ ],
+ 'x-frame-options': [
+ 'DENY',
+ ],
+ 'x-content-type-options': [
+ 'nosniff',
+ ],
+ 'referrer-policy': [
+ 'same-origin',
+ ],
+ 'cross-origin-opener-policy': [
+ 'same-origin',
+ ],
+ 'access-control-allow-origin': [
+ '*',
+ ],
+ 'access-control-expose-headers': [
+ 'cf-cache-status, cf-ray, date',
+ ],
+ 'x-request-id': [
+ '484323b745ff4f3784cac6e8c39587ff',
+ ],
+ 'cache-control': [
+ 'max-age=14400',
+ ],
+ 'cf-cache-status': [
+ 'MISS',
+ ],
+ 'last-modified': [
+ 'Mon, 29 Apr 2024 13:43:29 GMT',
+ ],
+ 'strict-transport-security': [
+ 'max-age=15552000; includeSubDomains; preload',
+ ],
+ server: [
+ 'cloudflare',
+ ],
+ 'cf-ray': [
+ '87bfb8a8ce9b3620-FRA',
+ ],
+ 'content-encoding': [
+ 'br',
+ ],
+ 'alt-svc': [
+ 'h3=":443"; ma=86400',
+ ],
+ },
+ body: {
+ result_count: 706,
+ page_count: 20,
+ page_size: 20,
+ page: 1,
+ results: [
+ {
+ id: 'a4eb2425-fed1-4a3c-9b71-ccbcfe197232',
+ title: 'First snow 2020',
+ indexed_on: '2020-12-14T00:19:16.319987Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50712093816',
+ url: 'https://live.staticflickr.com/65535/50712093816_1cf7e6b9b7_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'night',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ {
+ name: 'snow',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: '"First snow 2020" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/a4eb2425-fed1-4a3c-9b71-ccbcfe197232/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/a4eb2425-fed1-4a3c-9b71-ccbcfe197232/',
+ related_url: 'http://localhost:49153/v1/images/a4eb2425-fed1-4a3c-9b71-ccbcfe197232/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'ad9c85a0-c1e6-43b3-9252-672788d362c8',
+ title: 'First snow 2020',
+ indexed_on: '2020-12-14T00:19:16.319987Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50712178162',
+ url: 'https://live.staticflickr.com/65535/50712178162_e4c77c1ba2_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'night',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ {
+ name: 'snow',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: '"First snow 2020" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/ad9c85a0-c1e6-43b3-9252-672788d362c8/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/ad9c85a0-c1e6-43b3-9252-672788d362c8/',
+ related_url: 'http://localhost:49153/v1/images/ad9c85a0-c1e6-43b3-9252-672788d362c8/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '3b4a8d0d-ca0f-4da8-8934-79bcd6dfdc10',
+ title: 'First snow 2020',
+ indexed_on: '2020-12-14T00:19:16.319987Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50712094026',
+ url: 'https://live.staticflickr.com/65535/50712094026_05c8c82a1e_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'night',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ {
+ name: 'snow',
+ accuracy: null,
+ },
+ ],
+ attribution: '"First snow 2020" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/3b4a8d0d-ca0f-4da8-8934-79bcd6dfdc10/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/3b4a8d0d-ca0f-4da8-8934-79bcd6dfdc10/',
+ related_url: 'http://localhost:49153/v1/images/3b4a8d0d-ca0f-4da8-8934-79bcd6dfdc10/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '8a717d49-5bf2-4c2c-b633-8aa6b5ad7e9a',
+ title: 'A portrait of an excited puppy',
+ indexed_on: '2020-12-09T00:19:22.193888Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50695225456',
+ url: 'https://live.staticflickr.com/65535/50695225456_a07fe43679_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'dog',
+ accuracy: null,
+ },
+ {
+ name: 'monochrome',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: '"A portrait of an excited puppy" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 682,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/8a717d49-5bf2-4c2c-b633-8aa6b5ad7e9a/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/8a717d49-5bf2-4c2c-b633-8aa6b5ad7e9a/',
+ related_url: 'http://localhost:49153/v1/images/8a717d49-5bf2-4c2c-b633-8aa6b5ad7e9a/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'f0c663c9-25a9-4cc9-b3c3-232f52aa71fa',
+ title: "autumn is already here, it's just not evenly distributed",
+ indexed_on: '2020-10-24T00:19:13.822693Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50520954772',
+ url: 'https://live.staticflickr.com/65535/50520954772_8b3bf7b94c_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'autumn',
+ accuracy: null,
+ },
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: '"autumn is already here, it\'s just not evenly distributed" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 576,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/f0c663c9-25a9-4cc9-b3c3-232f52aa71fa/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/f0c663c9-25a9-4cc9-b3c3-232f52aa71fa/',
+ related_url: 'http://localhost:49153/v1/images/f0c663c9-25a9-4cc9-b3c3-232f52aa71fa/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '940ac4fb-cbe3-4804-96b2-0e401ee17d8d',
+ title: "autumn is already here, it's just not evenly distributed",
+ indexed_on: '2020-10-24T00:19:13.822693Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50520774936',
+ url: 'https://live.staticflickr.com/65535/50520774936_8b5b184f09_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'autumn',
+ accuracy: null,
+ },
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: '"autumn is already here, it\'s just not evenly distributed" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 574,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/940ac4fb-cbe3-4804-96b2-0e401ee17d8d/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/940ac4fb-cbe3-4804-96b2-0e401ee17d8d/',
+ related_url: 'http://localhost:49153/v1/images/940ac4fb-cbe3-4804-96b2-0e401ee17d8d/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '7cc6a3ef-e17d-4457-959e-a9a214aa5f39',
+ title: 'A portrait of a giant puppy near a cafe in Seoul',
+ indexed_on: '2020-10-22T00:18:53.112103Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50512852028',
+ url: 'https://live.staticflickr.com/65535/50512852028_90925de3fd_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [],
+ attribution: '"A portrait of a giant puppy near a cafe in Seoul" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 682,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/7cc6a3ef-e17d-4457-959e-a9a214aa5f39/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/7cc6a3ef-e17d-4457-959e-a9a214aa5f39/',
+ related_url: 'http://localhost:49153/v1/images/7cc6a3ef-e17d-4457-959e-a9a214aa5f39/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '9c5c085c-0500-4403-b5d2-4392bdd575a3',
+ title: 'shadows are getting longer',
+ indexed_on: '2020-10-19T00:18:50.201811Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50501825726',
+ url: 'https://live.staticflickr.com/65535/50501825726_dd8ceebb59_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ ],
+ attribution: '"shadows are getting longer" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 576,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/9c5c085c-0500-4403-b5d2-4392bdd575a3/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/9c5c085c-0500-4403-b5d2-4392bdd575a3/',
+ related_url: 'http://localhost:49153/v1/images/9c5c085c-0500-4403-b5d2-4392bdd575a3/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '182d3deb-69d1-4168-bcc2-82b886ff38e9',
+ title: 'waiting',
+ indexed_on: '2020-10-18T00:19:01.019669Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50497754371',
+ url: 'https://live.staticflickr.com/65535/50497754371_fe1647cbcb_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [],
+ attribution: '"waiting" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 682,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/182d3deb-69d1-4168-bcc2-82b886ff38e9/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/182d3deb-69d1-4168-bcc2-82b886ff38e9/',
+ related_url: 'http://localhost:49153/v1/images/182d3deb-69d1-4168-bcc2-82b886ff38e9/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'f65ce029-d3ad-44e5-bb1c-ec3a0f8d53fa',
+ title: 'City hall subway station',
+ indexed_on: '2020-10-11T00:18:43.843272Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50447535007',
+ url: 'https://live.staticflickr.com/65535/50447535007_3861053778_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [],
+ attribution: '"City hall subway station" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 681,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/f65ce029-d3ad-44e5-bb1c-ec3a0f8d53fa/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/f65ce029-d3ad-44e5-bb1c-ec3a0f8d53fa/',
+ related_url: 'http://localhost:49153/v1/images/f65ce029-d3ad-44e5-bb1c-ec3a0f8d53fa/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '83e3cadd-26d7-47e4-a0dd-1454d9c6447c',
+ title: 'subway entrance',
+ indexed_on: '2020-09-20T00:18:37.397884Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50359447743',
+ url: 'https://live.staticflickr.com/65535/50359447743_83db57e42a_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'multipleexposures',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: '"subway entrance" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/83e3cadd-26d7-47e4-a0dd-1454d9c6447c/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/83e3cadd-26d7-47e4-a0dd-1454d9c6447c/',
+ related_url: 'http://localhost:49153/v1/images/83e3cadd-26d7-47e4-a0dd-1454d9c6447c/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'd7bf7178-e791-44c6-8006-5853b40b82b7',
+ title: '',
+ indexed_on: '2020-09-13T00:18:36.006127Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50333297818',
+ url: 'https://live.staticflickr.com/65535/50333297818_42b6a0e358_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'abstract',
+ accuracy: null,
+ },
+ {
+ name: 'multipleexposures',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: 'This work by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/d7bf7178-e791-44c6-8006-5853b40b82b7/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/d7bf7178-e791-44c6-8006-5853b40b82b7/',
+ related_url: 'http://localhost:49153/v1/images/d7bf7178-e791-44c6-8006-5853b40b82b7/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'a9a07d18-42bd-4048-9004-cc4cd663ae3d',
+ title: '',
+ indexed_on: '2020-09-13T00:18:36.006127Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50334163092',
+ url: 'https://live.staticflickr.com/65535/50334163092_420e6e9290_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'abstract',
+ accuracy: null,
+ },
+ {
+ name: 'multipleexposures',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: 'This work by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/a9a07d18-42bd-4048-9004-cc4cd663ae3d/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/a9a07d18-42bd-4048-9004-cc4cd663ae3d/',
+ related_url: 'http://localhost:49153/v1/images/a9a07d18-42bd-4048-9004-cc4cd663ae3d/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'c283df51-6755-42c3-bf2d-42567bcff0c9',
+ title: '',
+ indexed_on: '2020-09-11T00:17:45.905344Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50326565447',
+ url: 'https://live.staticflickr.com/65535/50326565447_92bfd26192_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ {
+ name: 'sky',
+ accuracy: null,
+ },
+ {
+ name: 'twoexposures',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: 'This work by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/c283df51-6755-42c3-bf2d-42567bcff0c9/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/c283df51-6755-42c3-bf2d-42567bcff0c9/',
+ related_url: 'http://localhost:49153/v1/images/c283df51-6755-42c3-bf2d-42567bcff0c9/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'c5068bd6-969a-4d26-901e-a6928ad88f03',
+ title: 'Mapo night',
+ indexed_on: '2020-08-27T00:18:45.443673Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50271216348',
+ url: 'https://live.staticflickr.com/65535/50271216348_51f10430a0_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'monochrome',
+ accuracy: null,
+ },
+ {
+ name: 'night',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'street',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Mapo night" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 682,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/c5068bd6-969a-4d26-901e-a6928ad88f03/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/c5068bd6-969a-4d26-901e-a6928ad88f03/',
+ related_url: 'http://localhost:49153/v1/images/c5068bd6-969a-4d26-901e-a6928ad88f03/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '55d7b1b9-f2f1-4eb9-bd4b-435b891e129b',
+ title: 'Mapo night',
+ indexed_on: '2020-08-27T00:18:45.443673Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50271781367',
+ url: 'https://live.staticflickr.com/65535/50271781367_588b0a6472_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'monochrome',
+ accuracy: null,
+ },
+ {
+ name: 'night',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'street',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Mapo night" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 682,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/55d7b1b9-f2f1-4eb9-bd4b-435b891e129b/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/55d7b1b9-f2f1-4eb9-bd4b-435b891e129b/',
+ related_url: 'http://localhost:49153/v1/images/55d7b1b9-f2f1-4eb9-bd4b-435b891e129b/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '17e663e5-ce85-4812-a323-1a9f907f1376',
+ title: 'Mapo night',
+ indexed_on: '2020-08-27T00:18:45.443673Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50272054627',
+ url: 'https://live.staticflickr.com/65535/50272054627_c475c49518_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'monochrome',
+ accuracy: null,
+ },
+ {
+ name: 'night',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'street',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Mapo night" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 682,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/17e663e5-ce85-4812-a323-1a9f907f1376/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/17e663e5-ce85-4812-a323-1a9f907f1376/',
+ related_url: 'http://localhost:49153/v1/images/17e663e5-ce85-4812-a323-1a9f907f1376/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'ff68bf12-1e39-4304-8cee-d79ebf66873f',
+ title: '',
+ indexed_on: '2020-08-20T00:18:39.037141Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50243759443',
+ url: 'https://live.staticflickr.com/65535/50243759443_7ceb4cf8db_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'evening',
+ accuracy: null,
+ },
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'street',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: 'This work by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 682,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/ff68bf12-1e39-4304-8cee-d79ebf66873f/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/ff68bf12-1e39-4304-8cee-d79ebf66873f/',
+ related_url: 'http://localhost:49153/v1/images/ff68bf12-1e39-4304-8cee-d79ebf66873f/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '890c0e0b-2147-4790-8bef-babde53cf0f4',
+ title: 'Sunstars and flares',
+ indexed_on: '2020-08-19T00:18:36.958800Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50240275561',
+ url: 'https://live.staticflickr.com/65535/50240275561_4455072550_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'colorskopar21mmf35',
+ accuracy: null,
+ },
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaender',
+ accuracy: null,
+ },
+ {
+ name: 'voigtlaendercolorskopar21mmf35',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Sunstars and flares" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 575,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/890c0e0b-2147-4790-8bef-babde53cf0f4/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/890c0e0b-2147-4790-8bef-babde53cf0f4/',
+ related_url: 'http://localhost:49153/v1/images/890c0e0b-2147-4790-8bef-babde53cf0f4/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '851269f3-0cfc-45e4-a549-241e2a97cf34',
+ title: 'morning',
+ indexed_on: '2020-08-14T00:19:06.315502Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/50221995402',
+ url: 'https://live.staticflickr.com/65535/50221995402_6300e390b8_b.jpg',
+ creator: 'strogoscope',
+ creator_url: 'https://www.flickr.com/photos/7788419@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'korea',
+ accuracy: null,
+ },
+ {
+ name: 'seoul',
+ accuracy: null,
+ },
+ {
+ name: 'sigmafp',
+ accuracy: null,
+ },
+ ],
+ attribution: '"morning" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 682,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/851269f3-0cfc-45e4-a549-241e2a97cf34/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/851269f3-0cfc-45e4-a549-241e2a97cf34/',
+ related_url: 'http://localhost:49153/v1/images/851269f3-0cfc-45e4-a549-241e2a97cf34/related/',
+ unstable__sensitivity: [],
+ },
+ ],
+ }
+ },
+}
diff --git a/frontend/test/tapes/search/images/collection=source&unstable__collection=source&source=flickr_keep-alive.json5 b/frontend/test/tapes/search/images/collection=source&unstable__collection=source&source=flickr_keep-alive.json5
new file mode 100644
index 00000000000..323968af504
--- /dev/null
+++ b/frontend/test/tapes/search/images/collection=source&unstable__collection=source&source=flickr_keep-alive.json5
@@ -0,0 +1,1865 @@
+{
+ meta: {
+ createdAt: '2024-04-29T13:43:26.456Z',
+ host: 'https://api.openverse.engineering',
+ resHumanReadable: true,
+ resUncompressed: true,
+ },
+ req: {
+ headers: {
+ connection: 'keep-alive',
+ },
+ url: '/v1/images/?collection=source&unstable__collection=source&source=flickr',
+ method: 'GET',
+ body: '',
+ },
+ res: {
+ status: 200,
+ headers: {
+ date: [
+ 'Mon, 29 Apr 2024 13:43:27 GMT',
+ ],
+ 'content-type': [
+ 'application/json',
+ ],
+ 'transfer-encoding': [
+ 'chunked',
+ ],
+ connection: [
+ 'keep-alive',
+ ],
+ vary: [
+ 'Accept-Encoding, Accept, Authorization, origin',
+ ],
+ allow: [
+ 'GET, HEAD, OPTIONS',
+ ],
+ 'x-ratelimit-limit-anon_burst': [
+ '20/min',
+ ],
+ 'x-ratelimit-available-anon_burst': [
+ '19',
+ ],
+ 'x-ratelimit-limit-anon_sustained': [
+ '200/day',
+ ],
+ 'x-ratelimit-available-anon_sustained': [
+ '199',
+ ],
+ 'x-frame-options': [
+ 'DENY',
+ ],
+ 'x-content-type-options': [
+ 'nosniff',
+ ],
+ 'referrer-policy': [
+ 'same-origin',
+ ],
+ 'cross-origin-opener-policy': [
+ 'same-origin',
+ ],
+ 'access-control-allow-origin': [
+ '*',
+ ],
+ 'access-control-expose-headers': [
+ 'cf-cache-status, cf-ray, date',
+ ],
+ 'x-request-id': [
+ '2c092bd5dc054b128ebe0f5eb5c9f065',
+ ],
+ 'cache-control': [
+ 'max-age=14400',
+ ],
+ 'cf-cache-status': [
+ 'MISS',
+ ],
+ 'last-modified': [
+ 'Mon, 29 Apr 2024 13:43:27 GMT',
+ ],
+ 'strict-transport-security': [
+ 'max-age=15552000; includeSubDomains; preload',
+ ],
+ server: [
+ 'cloudflare',
+ ],
+ 'cf-ray': [
+ '87bfb896feaa9b77-FRA',
+ ],
+ 'content-encoding': [
+ 'br',
+ ],
+ 'alt-svc': [
+ 'h3=":443"; ma=86400',
+ ],
+ },
+ body: {
+ result_count: 10000,
+ page_count: 20,
+ page_size: 20,
+ page: 1,
+ results: [
+ {
+ id: '50bc3b47-6b02-4625-a3d1-ff0d51488e08',
+ title: 'GMS09633',
+ indexed_on: '2023-03-13T00:31:04.792894Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/147568835@N03/52503372997',
+ url: 'https://live.staticflickr.com/65535/52503372997_4f2068a53f_b.jpg',
+ creator: 'GovJustice',
+ creator_url: 'https://www.flickr.com/photos/147568835@N03',
+ license: 'pdm',
+ license_version: '1.0',
+ license_url: 'https://creativecommons.org/publicdomain/mark/1.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: 'photograph',
+ filesize: null,
+ filetype: 'jpg',
+ tags: [],
+ attribution: '"GMS09633" by GovJustice is marked with Public Domain Mark 1.0. To view the terms, visit https://creativecommons.org/publicdomain/mark/1.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/50bc3b47-6b02-4625-a3d1-ff0d51488e08/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/50bc3b47-6b02-4625-a3d1-ff0d51488e08/',
+ related_url: 'http://localhost:49153/v1/images/50bc3b47-6b02-4625-a3d1-ff0d51488e08/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '44ae9d36-09fa-471e-9592-63c15e1299c8',
+ title: 'We are all stars',
+ indexed_on: '2020-11-04T06:41:37.042546Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/56936646@N07/48091170848',
+ url: 'https://live.staticflickr.com/65535/48091170848_dc97c92584_b.jpg',
+ creator: 'Fr@Ī·k',
+ creator_url: 'https://www.flickr.com/photos/56936646@N07',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: '1000faves',
+ accuracy: null,
+ },
+ {
+ name: 'abstract',
+ accuracy: null,
+ },
+ {
+ name: 'albumart',
+ accuracy: null,
+ },
+ {
+ name: 'alien',
+ accuracy: null,
+ },
+ {
+ name: 'apiaceae',
+ accuracy: null,
+ },
+ {
+ name: 'art',
+ accuracy: null,
+ },
+ {
+ name: 'blur',
+ accuracy: null,
+ },
+ {
+ name: 'botany',
+ accuracy: null,
+ },
+ {
+ name: 'bud',
+ accuracy: null,
+ },
+ {
+ name: 'canonfdnf1450mm',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'color',
+ accuracy: null,
+ },
+ {
+ name: 'coloring',
+ accuracy: null,
+ },
+ {
+ name: 'coverart',
+ accuracy: null,
+ },
+ {
+ name: 'cricketinsect',
+ accuracy: null,
+ },
+ {
+ name: 'desktop',
+ accuracy: null,
+ },
+ {
+ name: 'dew',
+ accuracy: null,
+ },
+ {
+ name: 'dill',
+ accuracy: null,
+ },
+ {
+ name: 'dof',
+ accuracy: null,
+ },
+ {
+ name: 'dream',
+ accuracy: null,
+ },
+ {
+ name: 'dreamy',
+ accuracy: null,
+ },
+ {
+ name: 'drops',
+ accuracy: null,
+ },
+ {
+ name: 'fern',
+ accuracy: null,
+ },
+ {
+ name: 'fivemind',
+ accuracy: null,
+ },
+ {
+ name: 'flora',
+ accuracy: null,
+ },
+ {
+ name: 'flower',
+ accuracy: null,
+ },
+ {
+ name: 'fly',
+ accuracy: null,
+ },
+ {
+ name: 'food',
+ accuracy: null,
+ },
+ {
+ name: 'frnk',
+ accuracy: null,
+ },
+ {
+ name: 'fruit',
+ accuracy: null,
+ },
+ {
+ name: 'fs58',
+ accuracy: null,
+ },
+ {
+ name: 'garden',
+ accuracy: null,
+ },
+ {
+ name: 'geranium',
+ accuracy: null,
+ },
+ {
+ name: 'grass',
+ accuracy: null,
+ },
+ {
+ name: 'green',
+ accuracy: null,
+ },
+ {
+ name: 'head',
+ accuracy: null,
+ },
+ {
+ name: 'laying',
+ accuracy: null,
+ },
+ {
+ name: 'leaf',
+ accuracy: null,
+ },
+ {
+ name: 'log534',
+ accuracy: null,
+ },
+ {
+ name: 'macrophotography',
+ accuracy: null,
+ },
+ {
+ name: 'moss',
+ accuracy: null,
+ },
+ {
+ name: 'mrtungsten62',
+ accuracy: null,
+ },
+ {
+ name: 'nature',
+ accuracy: null,
+ },
+ {
+ name: 'noperson',
+ accuracy: null,
+ },
+ {
+ name: 'organism',
+ accuracy: null,
+ },
+ {
+ name: 'photography',
+ accuracy: null,
+ },
+ {
+ name: 'pinterest',
+ accuracy: null,
+ },
+ {
+ name: 'plant',
+ accuracy: null,
+ },
+ {
+ name: 'plantstem',
+ accuracy: null,
+ },
+ {
+ name: 'pollen',
+ accuracy: null,
+ },
+ {
+ name: 'rain',
+ accuracy: null,
+ },
+ {
+ name: 'raspberry',
+ accuracy: null,
+ },
+ {
+ name: 'Ęrć”Ī·k',
+ accuracy: null,
+ },
+ {
+ name: 'seasoning',
+ accuracy: null,
+ },
+ {
+ name: 'sitting',
+ accuracy: null,
+ },
+ {
+ name: 'small',
+ accuracy: null,
+ },
+ {
+ name: 'sprout',
+ accuracy: null,
+ },
+ {
+ name: 'stars',
+ accuracy: null,
+ },
+ {
+ name: 'stockphoto',
+ accuracy: null,
+ },
+ {
+ name: 'summer',
+ accuracy: null,
+ },
+ {
+ name: 'texture',
+ accuracy: null,
+ },
+ {
+ name: 'topf100',
+ accuracy: null,
+ },
+ {
+ name: 'topf200',
+ accuracy: null,
+ },
+ {
+ name: 'topf25',
+ accuracy: null,
+ },
+ {
+ name: 'topf250',
+ accuracy: null,
+ },
+ {
+ name: 'topf50',
+ accuracy: null,
+ },
+ {
+ name: 'tree',
+ accuracy: null,
+ },
+ {
+ name: 'vascularplant',
+ accuracy: null,
+ },
+ {
+ name: 'vegetable',
+ accuracy: null,
+ },
+ {
+ name: 'veins',
+ accuracy: null,
+ },
+ {
+ name: 'water',
+ accuracy: null,
+ },
+ {
+ name: 'weed',
+ accuracy: null,
+ },
+ {
+ name: 'white',
+ accuracy: null,
+ },
+ {
+ name: 'wood',
+ accuracy: null,
+ },
+ ],
+ attribution: '"We are all stars" by Fr@Ī·k is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/44ae9d36-09fa-471e-9592-63c15e1299c8/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/44ae9d36-09fa-471e-9592-63c15e1299c8/',
+ related_url: 'http://localhost:49153/v1/images/44ae9d36-09fa-471e-9592-63c15e1299c8/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'dc099b8d-e02d-446e-93a7-a00be7198209',
+ title: 'Model Grays Station',
+ indexed_on: '2018-12-21T15:50:27.632256Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/26359504@N08/4846032811',
+ url: 'https://live.staticflickr.com/4129/4846032811_50198e347c_b.jpg',
+ creator: 'Beechwood Photography',
+ creator_url: 'https://www.flickr.com/photos/26359504@N08',
+ license: 'by-nc-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'essex',
+ accuracy: null,
+ },
+ {
+ name: 'finescale00',
+ accuracy: null,
+ },
+ {
+ name: 'ger',
+ accuracy: null,
+ },
+ {
+ name: 'grays',
+ accuracy: null,
+ },
+ {
+ name: 'lms',
+ accuracy: null,
+ },
+ {
+ name: 'ltsr',
+ accuracy: null,
+ },
+ {
+ name: 'mr',
+ accuracy: null,
+ },
+ {
+ name: 'smrc',
+ accuracy: null,
+ },
+ {
+ name: 'southendmodelrailwayclub',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Model Grays Station" by Beechwood Photography is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 676,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/dc099b8d-e02d-446e-93a7-a00be7198209/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/dc099b8d-e02d-446e-93a7-a00be7198209/',
+ related_url: 'http://localhost:49153/v1/images/dc099b8d-e02d-446e-93a7-a00be7198209/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '719f7e39-7319-4051-ba5d-eb1d5816d34f',
+ title: 'May2009_379',
+ indexed_on: '2020-04-24T20:04:37.057057Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/31012828@N04/3623323515',
+ url: 'https://live.staticflickr.com/3341/3623323515_8569814e2e_b.jpg',
+ creator: 'NanaAkua',
+ creator_url: 'https://www.flickr.com/photos/31012828@N04',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'craft',
+ accuracy: null,
+ },
+ {
+ name: 'temari',
+ accuracy: null,
+ },
+ {
+ name: 'u3066u307eu308a',
+ accuracy: null,
+ },
+ ],
+ attribution: '"May2009_379" by NanaAkua is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 1024,
+ width: 687,
+ thumbnail: 'http://localhost:49153/v1/images/719f7e39-7319-4051-ba5d-eb1d5816d34f/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/719f7e39-7319-4051-ba5d-eb1d5816d34f/',
+ related_url: 'http://localhost:49153/v1/images/719f7e39-7319-4051-ba5d-eb1d5816d34f/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '64a6ff65-6e22-4eae-a1cb-fbfbc612c4b1',
+ title: '635332462085165696w',
+ indexed_on: '2020-04-03T11:56:20.908187Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/39537957@N04/13894025405',
+ url: 'https://live.staticflickr.com/7389/13894025405_76f2e1ea72.jpg',
+ creator: 'GlobovisiĆ³n',
+ creator_url: 'https://www.flickr.com/photos/39537957@N04',
+ license: 'by-nc',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [],
+ attribution: '"635332462085165696w" by GlobovisiĆ³n is licensed under CC BY-NC 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 336,
+ width: 500,
+ thumbnail: 'http://localhost:49153/v1/images/64a6ff65-6e22-4eae-a1cb-fbfbc612c4b1/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/64a6ff65-6e22-4eae-a1cb-fbfbc612c4b1/',
+ related_url: 'http://localhost:49153/v1/images/64a6ff65-6e22-4eae-a1cb-fbfbc612c4b1/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '5485481b-8e77-4b7c-8b0a-f6d951fc4147',
+ title: 'Kaitlin and Vika',
+ indexed_on: '2018-11-09T10:31:06.910129Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/55254782@N00/44666128941',
+ url: 'https://live.staticflickr.com/1885/44666128941_cfdce36fc5_b.jpg',
+ creator: 'madmarv00',
+ creator_url: 'https://www.flickr.com/photos/55254782@N00',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'beach',
+ accuracy: null,
+ },
+ {
+ name: 'bikini',
+ accuracy: null,
+ },
+ {
+ name: 'd750',
+ accuracy: null,
+ },
+ {
+ name: 'girls',
+ accuracy: null,
+ },
+ {
+ name: 'hawaii',
+ accuracy: null,
+ },
+ {
+ name: 'kaiwishoreline',
+ accuracy: null,
+ },
+ {
+ name: 'kylenishiokacom',
+ accuracy: null,
+ },
+ {
+ name: 'models',
+ accuracy: null,
+ },
+ {
+ name: 'nikon',
+ accuracy: null,
+ },
+ {
+ name: 'oahu',
+ accuracy: null,
+ },
+ {
+ name: 'outdoor',
+ accuracy: null,
+ },
+ {
+ name: 'portrait',
+ accuracy: null,
+ },
+ {
+ name: 'sand',
+ accuracy: null,
+ },
+ {
+ name: 'swimsuits',
+ accuracy: null,
+ },
+ {
+ name: 'water',
+ accuracy: null,
+ },
+ {
+ name: 'women',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Kaitlin and Vika" by madmarv00 is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 1024,
+ width: 914,
+ thumbnail: 'http://localhost:49153/v1/images/5485481b-8e77-4b7c-8b0a-f6d951fc4147/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/5485481b-8e77-4b7c-8b0a-f6d951fc4147/',
+ related_url: 'http://localhost:49153/v1/images/5485481b-8e77-4b7c-8b0a-f6d951fc4147/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '25d5e7ba-1810-430c-b4b6-1181aef7a81b',
+ title: 'Jun2009_443',
+ indexed_on: '2020-04-24T20:04:37.057057Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/31012828@N04/3624389260',
+ url: 'https://live.staticflickr.com/2073/3624389260_1d5b173545_b.jpg',
+ creator: 'NanaAkua',
+ creator_url: 'https://www.flickr.com/photos/31012828@N04',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'craft',
+ accuracy: null,
+ },
+ {
+ name: 'temari',
+ accuracy: null,
+ },
+ {
+ name: 'u3066u307eu308a',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Jun2009_443" by NanaAkua is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 1024,
+ width: 687,
+ thumbnail: 'http://localhost:49153/v1/images/25d5e7ba-1810-430c-b4b6-1181aef7a81b/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/25d5e7ba-1810-430c-b4b6-1181aef7a81b/',
+ related_url: 'http://localhost:49153/v1/images/25d5e7ba-1810-430c-b4b6-1181aef7a81b/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'dc0249f0-e0c3-4bbb-9822-41b4a0ed2725',
+ title: 'Hand',
+ indexed_on: '2020-04-03T05:54:24.044006Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/65393447@N00/13367595634',
+ url: 'https://live.staticflickr.com/3672/13367595634_3a9ee37592_b.jpg',
+ creator: 'Pietro Zuco',
+ creator_url: 'https://www.flickr.com/photos/65393447@N00',
+ license: 'by-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'bw',
+ accuracy: null,
+ },
+ {
+ name: 'hands',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Hand" by Pietro Zuco is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 678,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/dc0249f0-e0c3-4bbb-9822-41b4a0ed2725/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/dc0249f0-e0c3-4bbb-9822-41b4a0ed2725/',
+ related_url: 'http://localhost:49153/v1/images/dc0249f0-e0c3-4bbb-9822-41b4a0ed2725/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '154fe20f-3c71-4638-8d9e-30f582bb21d5',
+ title: 'Ariane 5 moved to meet Webb',
+ indexed_on: '2023-03-10T23:20:11.795659Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/50785054@N03/51736817655',
+ url: 'https://live.staticflickr.com/65535/51736817655_c38facde64_b.jpg',
+ creator: 'James Webb Space Telescope',
+ creator_url: 'https://www.flickr.com/photos/50785054@N03',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: 'photograph',
+ filesize: null,
+ filetype: 'jpg',
+ tags: [
+ {
+ name: 'ariane5eca',
+ accuracy: null,
+ },
+ {
+ name: 'baf',
+ accuracy: null,
+ },
+ {
+ name: 'bestof',
+ accuracy: null,
+ },
+ {
+ name: 'bil',
+ accuracy: null,
+ },
+ {
+ name: 'campagnedelancement',
+ accuracy: null,
+ },
+ {
+ name: 'campagnelancement',
+ accuracy: null,
+ },
+ {
+ name: 'csg',
+ accuracy: null,
+ },
+ {
+ name: 'ela3',
+ accuracy: null,
+ },
+ {
+ name: 'formatpaysage',
+ accuracy: null,
+ },
+ {
+ name: 'guyane',
+ accuracy: null,
+ },
+ {
+ name: 'hubble',
+ accuracy: null,
+ },
+ {
+ name: 'hubblessuccessor',
+ accuracy: null,
+ },
+ {
+ name: 'jameswebbspacetelescope',
+ accuracy: null,
+ },
+ {
+ name: 'jwst',
+ accuracy: null,
+ },
+ {
+ name: 'lanceur',
+ accuracy: null,
+ },
+ {
+ name: 'landscapeformat',
+ accuracy: null,
+ },
+ {
+ name: 'nasa',
+ accuracy: null,
+ },
+ {
+ name: 'recentbestof',
+ accuracy: null,
+ },
+ {
+ name: 'space',
+ accuracy: null,
+ },
+ {
+ name: 'table',
+ accuracy: null,
+ },
+ {
+ name: 'telescope',
+ accuracy: null,
+ },
+ {
+ name: 'topimages',
+ accuracy: null,
+ },
+ {
+ name: 'transfert',
+ accuracy: null,
+ },
+ {
+ name: 'va256',
+ accuracy: null,
+ },
+ {
+ name: 'webb',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Ariane 5 moved to meet Webb" by James Webb Space Telescope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 724,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/154fe20f-3c71-4638-8d9e-30f582bb21d5/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/154fe20f-3c71-4638-8d9e-30f582bb21d5/',
+ related_url: 'http://localhost:49153/v1/images/154fe20f-3c71-4638-8d9e-30f582bb21d5/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '0c5caafa-bb63-49e4-b06b-e094b367d65a',
+ title: 'Webb Moved to Meet its Rocket',
+ indexed_on: '2023-03-10T23:20:11.795659Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/50785054@N03/51735087302',
+ url: 'https://live.staticflickr.com/65535/51735087302_8735951720.jpg',
+ creator: 'James Webb Space Telescope',
+ creator_url: 'https://www.flickr.com/photos/50785054@N03',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: 'photograph',
+ filesize: null,
+ filetype: 'jpg',
+ tags: [
+ {
+ name: 'ariane5eca',
+ accuracy: null,
+ },
+ {
+ name: 'baf',
+ accuracy: null,
+ },
+ {
+ name: 'campagnelancement',
+ accuracy: null,
+ },
+ {
+ name: 'campagnesatellite',
+ accuracy: null,
+ },
+ {
+ name: 'csg',
+ accuracy: null,
+ },
+ {
+ name: 'cu1',
+ accuracy: null,
+ },
+ {
+ name: 'ela3',
+ accuracy: null,
+ },
+ {
+ name: 'epcus5',
+ accuracy: null,
+ },
+ {
+ name: 'formatpaysage',
+ accuracy: null,
+ },
+ {
+ name: 'guyane',
+ accuracy: null,
+ },
+ {
+ name: 'hubble',
+ accuracy: null,
+ },
+ {
+ name: 'hubblessuccessor',
+ accuracy: null,
+ },
+ {
+ name: 'jameswebbspacetelescope',
+ accuracy: null,
+ },
+ {
+ name: 'jwst',
+ accuracy: null,
+ },
+ {
+ name: 'landscapeformat',
+ accuracy: null,
+ },
+ {
+ name: 'nasa',
+ accuracy: null,
+ },
+ {
+ name: 's5b',
+ accuracy: null,
+ },
+ {
+ name: 'satellite',
+ accuracy: null,
+ },
+ {
+ name: 'space',
+ accuracy: null,
+ },
+ {
+ name: 'telescope',
+ accuracy: null,
+ },
+ {
+ name: 'transfert',
+ accuracy: null,
+ },
+ {
+ name: 'va256',
+ accuracy: null,
+ },
+ {
+ name: 'webb',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Webb Moved to Meet its Rocket" by James Webb Space Telescope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 353,
+ width: 500,
+ thumbnail: 'http://localhost:49153/v1/images/0c5caafa-bb63-49e4-b06b-e094b367d65a/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/0c5caafa-bb63-49e4-b06b-e094b367d65a/',
+ related_url: 'http://localhost:49153/v1/images/0c5caafa-bb63-49e4-b06b-e094b367d65a/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '6aeb1e49-b7ee-42a7-ba32-50c1f3cae8da',
+ title: 'NS-01638 - Lower East Pubnico',
+ indexed_on: '2023-03-10T23:20:11.795659Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/22490717@N02/51445348813',
+ url: 'https://live.staticflickr.com/65535/51445348813_15f26e3a71_b.jpg',
+ creator: 'archer10 (Dennis)',
+ creator_url: 'https://www.flickr.com/photos/22490717@N02',
+ license: 'by-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: 'photograph',
+ filesize: null,
+ filetype: 'jpg',
+ tags: [
+ {
+ name: '1650mm',
+ accuracy: null,
+ },
+ {
+ name: '18200mm',
+ accuracy: null,
+ },
+ {
+ name: 'a6300',
+ accuracy: null,
+ },
+ {
+ name: 'archer10',
+ accuracy: null,
+ },
+ {
+ name: 'boats',
+ accuracy: null,
+ },
+ {
+ name: 'buoys',
+ accuracy: null,
+ },
+ {
+ name: 'calliedawn',
+ accuracy: null,
+ },
+ {
+ name: 'canada',
+ accuracy: null,
+ },
+ {
+ name: 'dennis',
+ accuracy: null,
+ },
+ {
+ name: 'dennisgjarvis',
+ accuracy: null,
+ },
+ {
+ name: 'dennisjarvis',
+ accuracy: null,
+ },
+ {
+ name: 'fishing',
+ accuracy: null,
+ },
+ {
+ name: 'free',
+ accuracy: null,
+ },
+ {
+ name: 'freepicture',
+ accuracy: null,
+ },
+ {
+ name: 'hindsight2020',
+ accuracy: null,
+ },
+ {
+ name: 'iamcanadian',
+ accuracy: null,
+ },
+ {
+ name: 'ilce6300',
+ accuracy: null,
+ },
+ {
+ name: 'jarvis',
+ accuracy: null,
+ },
+ {
+ name: 'lowereastpubnico',
+ accuracy: null,
+ },
+ {
+ name: 'mirrorless',
+ accuracy: null,
+ },
+ {
+ name: 'novascotia',
+ accuracy: null,
+ },
+ {
+ name: 'sony',
+ accuracy: null,
+ },
+ ],
+ attribution: '"NS-01638 - Lower East Pubnico" by archer10 (Dennis) is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/6aeb1e49-b7ee-42a7-ba32-50c1f3cae8da/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/6aeb1e49-b7ee-42a7-ba32-50c1f3cae8da/',
+ related_url: 'http://localhost:49153/v1/images/6aeb1e49-b7ee-42a7-ba32-50c1f3cae8da/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'a098644e-8300-47f7-bb22-eca899121149',
+ title: 'Prescott Ontarion - Canada - J.Mayberry Building 1874 - Architecture - Italianate Cornice & Lintels .',
+ indexed_on: '2023-03-10T23:20:11.795659Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7156765@N05/51736246790',
+ url: 'https://live.staticflickr.com/65535/51736246790_f45703de76_b.jpg',
+ creator: 'Onasill - Bill Badzo - 149 Million Views - Thank Y',
+ creator_url: 'https://www.flickr.com/photos/7156765@N05',
+ license: 'by-nc-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: 'photograph',
+ filesize: null,
+ filetype: 'jpg',
+ tags: [
+ {
+ name: '18250mm',
+ accuracy: null,
+ },
+ {
+ name: 'block',
+ accuracy: null,
+ },
+ {
+ name: 'boats',
+ accuracy: null,
+ },
+ {
+ name: 'breakfast',
+ accuracy: null,
+ },
+ {
+ name: 'cafe',
+ accuracy: null,
+ },
+ {
+ name: 'canada',
+ accuracy: null,
+ },
+ {
+ name: 'canon',
+ accuracy: null,
+ },
+ {
+ name: 'clouds',
+ accuracy: null,
+ },
+ {
+ name: 'county',
+ accuracy: null,
+ },
+ {
+ name: 'cove',
+ accuracy: null,
+ },
+ {
+ name: 'd',
+ accuracy: null,
+ },
+ {
+ name: 'downtown',
+ accuracy: null,
+ },
+ {
+ name: 'eos',
+ accuracy: null,
+ },
+ {
+ name: 'grenville',
+ accuracy: null,
+ },
+ {
+ name: 'harbour',
+ accuracy: null,
+ },
+ {
+ name: 'hdr',
+ accuracy: null,
+ },
+ {
+ name: 'heritage',
+ accuracy: null,
+ },
+ {
+ name: 'house',
+ accuracy: null,
+ },
+ {
+ name: 'j',
+ accuracy: null,
+ },
+ {
+ name: 'lake',
+ accuracy: null,
+ },
+ {
+ name: 'lakeontario',
+ accuracy: null,
+ },
+ {
+ name: 'lawrence',
+ accuracy: null,
+ },
+ {
+ name: 'leeds',
+ accuracy: null,
+ },
+ {
+ name: 'lens',
+ accuracy: null,
+ },
+ {
+ name: 'light',
+ accuracy: null,
+ },
+ {
+ name: 'macro',
+ accuracy: null,
+ },
+ {
+ name: 'marina',
+ accuracy: null,
+ },
+ {
+ name: 'mayberry',
+ accuracy: null,
+ },
+ {
+ name: 'mechanics',
+ accuracy: null,
+ },
+ {
+ name: 'on',
+ accuracy: null,
+ },
+ {
+ name: 'onasill',
+ accuracy: null,
+ },
+ {
+ name: 'ont',
+ accuracy: null,
+ },
+ {
+ name: 'ontario',
+ accuracy: null,
+ },
+ {
+ name: 'pawn',
+ accuracy: null,
+ },
+ {
+ name: 'piccolo',
+ accuracy: null,
+ },
+ {
+ name: 'placid',
+ accuracy: null,
+ },
+ {
+ name: 'plus',
+ accuracy: null,
+ },
+ {
+ name: 'prescott',
+ accuracy: null,
+ },
+ {
+ name: 'rapids',
+ accuracy: null,
+ },
+ {
+ name: 'rebel',
+ accuracy: null,
+ },
+ {
+ name: 'reflection',
+ accuracy: null,
+ },
+ {
+ name: 'reflections',
+ accuracy: null,
+ },
+ {
+ name: 'restored',
+ accuracy: null,
+ },
+ {
+ name: 'river',
+ accuracy: null,
+ },
+ {
+ name: 'sait',
+ accuracy: null,
+ },
+ {
+ name: 'saranac',
+ accuracy: null,
+ },
+ {
+ name: 'shop',
+ accuracy: null,
+ },
+ {
+ name: 'sigma',
+ accuracy: null,
+ },
+ {
+ name: 'sky',
+ accuracy: null,
+ },
+ {
+ name: 'sl1',
+ accuracy: null,
+ },
+ {
+ name: 'tourist',
+ accuracy: null,
+ },
+ {
+ name: 'town',
+ accuracy: null,
+ },
+ {
+ name: 'travel',
+ accuracy: null,
+ },
+ {
+ name: 'vacation',
+ accuracy: null,
+ },
+ {
+ name: 'village',
+ accuracy: null,
+ },
+ {
+ name: 'vintage',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Prescott Ontarion - Canada - J.Mayberry Building 1874 - Architecture - Italianate Cornice & Lintels ." by Onasill - Bill Badzo - 149 Million Views - Thank Y is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 1024,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/a098644e-8300-47f7-bb22-eca899121149/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/a098644e-8300-47f7-bb22-eca899121149/',
+ related_url: 'http://localhost:49153/v1/images/a098644e-8300-47f7-bb22-eca899121149/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '7497d885-ab3a-41f5-8953-49bf8fbdcb63',
+ title: 'The National Museum of the United States Air Force - Dayton Ohio - United States - Apollo 15 - SpaceCraft Lunar - Rover vehicle.',
+ indexed_on: '2023-03-10T23:48:52.853523Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7156765@N05/51745649755',
+ url: 'https://live.staticflickr.com/65535/51745649755_d51fc0cf1b_b.jpg',
+ creator: 'Onasill - Bill Badzo - 149 Million Views - Thank Y',
+ creator_url: 'https://www.flickr.com/photos/7156765@N05',
+ license: 'by-nc-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: 'photograph',
+ filesize: null,
+ filetype: 'jpg',
+ tags: [],
+ attribution: '"The National Museum of the United States Air Force - Dayton Ohio - United States - Apollo 15 - SpaceCraft Lunar - Rover vehicle." by Onasill - Bill Badzo - 149 Million Views - Thank Y is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 693,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/7497d885-ab3a-41f5-8953-49bf8fbdcb63/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/7497d885-ab3a-41f5-8953-49bf8fbdcb63/',
+ related_url: 'http://localhost:49153/v1/images/7497d885-ab3a-41f5-8953-49bf8fbdcb63/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'efe3bbfa-f7ec-44ac-8add-fd6a518b4896',
+ title: 'Webb Placed on Top of Ariane 5',
+ indexed_on: '2023-03-10T23:56:59.329440Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/50785054@N03/51747316950',
+ url: 'https://live.staticflickr.com/65535/51747316950_036f5d180a_b.jpg',
+ creator: 'James Webb Space Telescope',
+ creator_url: 'https://www.flickr.com/photos/50785054@N03',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: 'photograph',
+ filesize: null,
+ filetype: 'jpg',
+ tags: [
+ {
+ name: 'hubble',
+ accuracy: null,
+ },
+ {
+ name: 'hubblessuccessor',
+ accuracy: null,
+ },
+ {
+ name: 'jameswebbspacetelescope',
+ accuracy: null,
+ },
+ {
+ name: 'jwst',
+ accuracy: null,
+ },
+ {
+ name: 'nasa',
+ accuracy: null,
+ },
+ {
+ name: 'space',
+ accuracy: null,
+ },
+ {
+ name: 'telescope',
+ accuracy: null,
+ },
+ {
+ name: 'webb',
+ accuracy: null,
+ },
+ {
+ name: 'winner',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Webb Placed on Top of Ariane 5" by James Webb Space Telescope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/efe3bbfa-f7ec-44ac-8add-fd6a518b4896/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/efe3bbfa-f7ec-44ac-8add-fd6a518b4896/',
+ related_url: 'http://localhost:49153/v1/images/efe3bbfa-f7ec-44ac-8add-fd6a518b4896/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '5b872a0d-7410-45c9-b99d-119185459d2f',
+ title: "Dock's Night",
+ indexed_on: '2018-11-09T02:22:56.756031Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/82345696@N07/10412689985',
+ url: 'https://live.staticflickr.com/2892/10412689985_6ab8332010_b.jpg',
+ creator: 'Jason Carpenter',
+ creator_url: 'https://www.flickr.com/photos/82345696@N07',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: '1424mmf28g',
+ accuracy: null,
+ },
+ {
+ name: '2013',
+ accuracy: null,
+ },
+ {
+ name: 'bh55',
+ accuracy: null,
+ },
+ {
+ name: 'd700',
+ accuracy: null,
+ },
+ {
+ name: 'galaxy',
+ accuracy: null,
+ },
+ {
+ name: 'gunflint',
+ accuracy: null,
+ },
+ {
+ name: 'gunflinttrail',
+ accuracy: null,
+ },
+ {
+ name: 'jasoncarpenter',
+ accuracy: null,
+ },
+ {
+ name: 'lake',
+ accuracy: null,
+ },
+ {
+ name: 'lightroom',
+ accuracy: null,
+ },
+ {
+ name: 'longexposure',
+ accuracy: null,
+ },
+ {
+ name: 'manual',
+ accuracy: null,
+ },
+ {
+ name: 'mn',
+ accuracy: null,
+ },
+ {
+ name: 'night',
+ accuracy: null,
+ },
+ {
+ name: 'nightscape',
+ accuracy: null,
+ },
+ {
+ name: 'nikkor',
+ accuracy: null,
+ },
+ {
+ name: 'nikon',
+ accuracy: null,
+ },
+ {
+ name: 'pwnight',
+ accuracy: null,
+ },
+ {
+ name: 'reallyrightstuff',
+ accuracy: null,
+ },
+ {
+ name: 'reflection',
+ accuracy: null,
+ },
+ {
+ name: 'sky',
+ accuracy: null,
+ },
+ {
+ name: 'space',
+ accuracy: null,
+ },
+ {
+ name: 'stars',
+ accuracy: null,
+ },
+ {
+ name: 'trail',
+ accuracy: null,
+ },
+ {
+ name: 'tvc33',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Dock\'s Night" by Jason Carpenter is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 681,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/5b872a0d-7410-45c9-b99d-119185459d2f/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/5b872a0d-7410-45c9-b99d-119185459d2f/',
+ related_url: 'http://localhost:49153/v1/images/5b872a0d-7410-45c9-b99d-119185459d2f/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '293222f7-33e0-4c11-abae-26fff75acb8d',
+ title: 'Autumn park.',
+ indexed_on: '2018-11-08T17:31:32.467511Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/7940758@N07/6308302935',
+ url: 'https://live.staticflickr.com/6118/6308302935_7e006e1d7a_b.jpg',
+ creator: 'MIKI Yoshihito. (#mikiyoshihito)',
+ creator_url: 'https://www.flickr.com/photos/7940758@N07',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'autumn',
+ accuracy: null,
+ },
+ {
+ name: 'hokkaido',
+ accuracy: null,
+ },
+ {
+ name: 'japan',
+ accuracy: null,
+ },
+ {
+ name: 'park',
+ accuracy: null,
+ },
+ {
+ name: 'sapporo',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Autumn park." by MIKI Yoshihito. (#mikiyoshihito) is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/293222f7-33e0-4c11-abae-26fff75acb8d/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/293222f7-33e0-4c11-abae-26fff75acb8d/',
+ related_url: 'http://localhost:49153/v1/images/293222f7-33e0-4c11-abae-26fff75acb8d/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '6baee169-118f-44f8-ae01-4786c4916d84',
+ title: 'Japan',
+ indexed_on: '2019-04-16T16:19:00.634374Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/55199708@N00/11664610936',
+ url: 'https://live.staticflickr.com/2829/11664610936_36f20bea08_b.jpg',
+ creator: 'graffiti living',
+ creator_url: 'https://www.flickr.com/photos/55199708@N00',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'japan',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Japan" by graffiti living is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 768,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/6baee169-118f-44f8-ae01-4786c4916d84/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/6baee169-118f-44f8-ae01-4786c4916d84/',
+ related_url: 'http://localhost:49153/v1/images/6baee169-118f-44f8-ae01-4786c4916d84/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'b775ac76-8150-4c56-b11d-7dd1ca31c42b',
+ title: 'snowspeeder',
+ indexed_on: '2019-04-29T13:04:16.097400Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/55723329@N00/4436667321',
+ url: 'https://live.staticflickr.com/4010/4436667321_f98a126278_b.jpg',
+ creator: 'psiaki',
+ creator_url: 'https://www.flickr.com/photos/55723329@N00',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'airspeeder',
+ accuracy: null,
+ },
+ {
+ name: 'hoth',
+ accuracy: null,
+ },
+ {
+ name: 'lego',
+ accuracy: null,
+ },
+ {
+ name: 'moc',
+ accuracy: null,
+ },
+ {
+ name: 'rebellion',
+ accuracy: null,
+ },
+ {
+ name: 'snowspeeder',
+ accuracy: null,
+ },
+ {
+ name: 'star',
+ accuracy: null,
+ },
+ {
+ name: 't47',
+ accuracy: null,
+ },
+ {
+ name: 'towhook',
+ accuracy: null,
+ },
+ {
+ name: 'wars',
+ accuracy: null,
+ },
+ ],
+ attribution: '"snowspeeder" by psiaki is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 728,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/b775ac76-8150-4c56-b11d-7dd1ca31c42b/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/b775ac76-8150-4c56-b11d-7dd1ca31c42b/',
+ related_url: 'http://localhost:49153/v1/images/b775ac76-8150-4c56-b11d-7dd1ca31c42b/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '0c01a3db-f1a9-4e45-863f-d53ce4be2e5f',
+ title: 'Canucks practice',
+ indexed_on: '2020-04-06T15:27:21.504491Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/37335357@N00/8383207390',
+ url: 'https://live.staticflickr.com/8219/8383207390_d95757c7c8_b.jpg',
+ creator: 'Eyesplash - Summer was a blast, for 6 million view',
+ creator_url: 'https://www.flickr.com/photos/37335357@N00',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'bend',
+ accuracy: null,
+ },
+ {
+ name: 'gloves',
+ accuracy: null,
+ },
+ {
+ name: 'hashmarks',
+ accuracy: null,
+ },
+ {
+ name: 'helmet',
+ accuracy: null,
+ },
+ {
+ name: 'hockey',
+ accuracy: null,
+ },
+ {
+ name: 'league',
+ accuracy: null,
+ },
+ {
+ name: 'motion',
+ accuracy: null,
+ },
+ {
+ name: 'nhl',
+ accuracy: null,
+ },
+ {
+ name: 'player',
+ accuracy: null,
+ },
+ {
+ name: 'rogersarena',
+ accuracy: null,
+ },
+ {
+ name: 'skates',
+ accuracy: null,
+ },
+ {
+ name: 'slapshot',
+ accuracy: null,
+ },
+ {
+ name: 'socks',
+ accuracy: null,
+ },
+ {
+ name: 'stick',
+ accuracy: null,
+ },
+ {
+ name: 'uniform',
+ accuracy: null,
+ },
+ {
+ name: 'vancouvercanucks',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Canucks practice" by Eyesplash - Summer was a blast, for 6 million view is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/0c01a3db-f1a9-4e45-863f-d53ce4be2e5f/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/0c01a3db-f1a9-4e45-863f-d53ce4be2e5f/',
+ related_url: 'http://localhost:49153/v1/images/0c01a3db-f1a9-4e45-863f-d53ce4be2e5f/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '36e91692-8b2a-405d-bc05-11076e2b0336',
+ title: 'Books',
+ indexed_on: '2020-02-22T16:14:10.189025Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/147131183@N04/38654271946',
+ url: 'https://live.staticflickr.com/4547/38654271946_859188bd09_b.jpg',
+ creator: 'Book Catalog',
+ creator_url: 'https://www.flickr.com/photos/147131183@N04',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'books',
+ accuracy: null,
+ },
+ {
+ name: 'pink',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Books" by Book Catalog is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/36e91692-8b2a-405d-bc05-11076e2b0336/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/36e91692-8b2a-405d-bc05-11076e2b0336/',
+ related_url: 'http://localhost:49153/v1/images/36e91692-8b2a-405d-bc05-11076e2b0336/related/',
+ unstable__sensitivity: [],
+ },
+ ],
+ }
+ },
+}
diff --git a/frontend/test/tapes/search/images/collection=tag&unstable__collection=tag&tag=cat&unstable__tag=cat_keep-alive.json5 b/frontend/test/tapes/search/images/collection=tag&unstable__collection=tag&tag=cat&unstable__tag=cat_keep-alive.json5
new file mode 100644
index 00000000000..0030e881525
--- /dev/null
+++ b/frontend/test/tapes/search/images/collection=tag&unstable__collection=tag&tag=cat&unstable__tag=cat_keep-alive.json5
@@ -0,0 +1,964 @@
+{
+ meta: {
+ createdAt: '2024-04-29T13:43:21.008Z',
+ host: 'https://api.openverse.engineering',
+ resHumanReadable: true,
+ resUncompressed: true,
+ },
+ req: {
+ headers: {
+ connection: 'keep-alive',
+ },
+ url: '/v1/images/?collection=tag&unstable__collection=tag&tag=cat&unstable__tag=cat',
+ method: 'GET',
+ body: '',
+ },
+ res: {
+ status: 200,
+ headers: {
+ date: [
+ 'Mon, 29 Apr 2024 13:43:22 GMT',
+ ],
+ 'content-type': [
+ 'application/json',
+ ],
+ 'transfer-encoding': [
+ 'chunked',
+ ],
+ connection: [
+ 'keep-alive',
+ ],
+ vary: [
+ 'Accept-Encoding, Accept, Authorization, origin',
+ ],
+ allow: [
+ 'GET, HEAD, OPTIONS',
+ ],
+ 'x-ratelimit-limit-anon_burst': [
+ '20/min',
+ ],
+ 'x-ratelimit-available-anon_burst': [
+ '19',
+ ],
+ 'x-ratelimit-limit-anon_sustained': [
+ '200/day',
+ ],
+ 'x-ratelimit-available-anon_sustained': [
+ '199',
+ ],
+ 'x-frame-options': [
+ 'DENY',
+ ],
+ 'x-content-type-options': [
+ 'nosniff',
+ ],
+ 'referrer-policy': [
+ 'same-origin',
+ ],
+ 'cross-origin-opener-policy': [
+ 'same-origin',
+ ],
+ 'access-control-allow-origin': [
+ '*',
+ ],
+ 'access-control-expose-headers': [
+ 'cf-cache-status, cf-ray, date',
+ ],
+ 'x-request-id': [
+ '6f30e602cc9a40c698e305f72b007596',
+ ],
+ 'cache-control': [
+ 'max-age=14400',
+ ],
+ 'cf-cache-status': [
+ 'MISS',
+ ],
+ 'last-modified': [
+ 'Mon, 29 Apr 2024 13:43:22 GMT',
+ ],
+ 'strict-transport-security': [
+ 'max-age=15552000; includeSubDomains; preload',
+ ],
+ server: [
+ 'cloudflare',
+ ],
+ 'cf-ray': [
+ '87bfb875df829b77-FRA',
+ ],
+ 'content-encoding': [
+ 'br',
+ ],
+ 'alt-svc': [
+ 'h3=":443"; ma=86400',
+ ],
+ },
+ body: {
+ result_count: 10000,
+ page_count: 20,
+ page_size: 20,
+ page: 1,
+ results: [
+ {
+ id: 'de42d499-d660-47b4-b203-28d5589c31d2',
+ title: 'Cat bliss',
+ indexed_on: '2020-04-16T18:12:29.554388Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/29468339@N02/5840168826',
+ url: 'https://live.staticflickr.com/2706/5840168826_486f364c6c_b.jpg',
+ creator: '@Doug88888',
+ creator_url: 'https://www.flickr.com/photos/29468339@N02',
+ license: 'by-nc-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'bliss',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cating',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Cat bliss" by @Doug88888 is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 819,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/de42d499-d660-47b4-b203-28d5589c31d2/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/de42d499-d660-47b4-b203-28d5589c31d2/',
+ related_url: 'http://localhost:49153/v1/images/de42d499-d660-47b4-b203-28d5589c31d2/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '1c5442f6-6bb6-4ab7-b603-f598e7579dd2',
+ title: 'Cat Fish 2',
+ indexed_on: '2020-04-24T11:47:34.004529Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/32426194@N00/3481540500',
+ url: 'https://live.staticflickr.com/3313/3481540500_c846c62863_b.jpg',
+ creator: 'admiller',
+ creator_url: 'https://www.flickr.com/photos/32426194@N00',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: 0.90604,
+ },
+ {
+ name: 'glass',
+ accuracy: 0.95701,
+ },
+ {
+ name: 'one',
+ accuracy: 0.94012,
+ },
+ ],
+ attribution: '"Cat Fish 2" by admiller is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 1024,
+ width: 716,
+ thumbnail: 'http://localhost:49153/v1/images/1c5442f6-6bb6-4ab7-b603-f598e7579dd2/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/1c5442f6-6bb6-4ab7-b603-f598e7579dd2/',
+ related_url: 'http://localhost:49153/v1/images/1c5442f6-6bb6-4ab7-b603-f598e7579dd2/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '2a9153ce-fc62-4105-b5af-8648e57829ad',
+ title: 'Matata and Albert',
+ indexed_on: '2020-04-27T11:23:25.737676Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/44947998@N00/2234736659',
+ url: 'https://live.staticflickr.com/2186/2234736659_f8bb8eb139_b.jpg',
+ creator: 'elisson1',
+ creator_url: 'https://www.flickr.com/photos/44947998@N00',
+ license: 'by-nc-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'alligator',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'lolcats',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Matata and Albert" by elisson1 is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 1024,
+ width: 658,
+ thumbnail: 'http://localhost:49153/v1/images/2a9153ce-fc62-4105-b5af-8648e57829ad/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/2a9153ce-fc62-4105-b5af-8648e57829ad/',
+ related_url: 'http://localhost:49153/v1/images/2a9153ce-fc62-4105-b5af-8648e57829ad/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'e5e3354f-898f-4d48-a1b1-f8254eca8044',
+ title: 'five kittens',
+ indexed_on: '2020-05-07T10:37:24.945655Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/51035576560@N01/5610734',
+ url: 'https://live.staticflickr.com/4/5610734_1d08a2ef1d_b.jpg',
+ creator: 'Roman R.',
+ creator_url: 'https://www.flickr.com/photos/51035576560@N01',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'britishshorthair',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'kitten',
+ accuracy: null,
+ },
+ {
+ name: 'kittens',
+ accuracy: null,
+ },
+ ],
+ attribution: '"five kittens" by Roman R. is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 768,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/e5e3354f-898f-4d48-a1b1-f8254eca8044/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/e5e3354f-898f-4d48-a1b1-f8254eca8044/',
+ related_url: 'http://localhost:49153/v1/images/e5e3354f-898f-4d48-a1b1-f8254eca8044/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'cbda4d36-63e8-4a1b-9925-58b10582ddae',
+ title: 'Kitten',
+ indexed_on: '2020-04-07T06:15:29.697016Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/29638108@N06/8571234671',
+ url: 'https://live.staticflickr.com/8098/8571234671_a4688e831b_b.jpg',
+ creator: 'www.metaphoricalplatypus.com',
+ creator_url: 'https://www.flickr.com/photos/29638108@N06',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'animals',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'kitten',
+ accuracy: null,
+ },
+ {
+ name: 'kittens',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Kitten" by www.metaphoricalplatypus.com is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 1024,
+ width: 919,
+ thumbnail: 'http://localhost:49153/v1/images/cbda4d36-63e8-4a1b-9925-58b10582ddae/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/cbda4d36-63e8-4a1b-9925-58b10582ddae/',
+ related_url: 'http://localhost:49153/v1/images/cbda4d36-63e8-4a1b-9925-58b10582ddae/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'f3427421-5bc6-4cf7-a218-217fee370c36',
+ title: 'Kittens',
+ indexed_on: '2020-04-08T18:29:31.285259Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/29638108@N06/9326053611',
+ url: 'https://live.staticflickr.com/7369/9326053611_f2860ecb42_b.jpg',
+ creator: 'www.metaphoricalplatypus.com',
+ creator_url: 'https://www.flickr.com/photos/29638108@N06',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'animals',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'kitten',
+ accuracy: null,
+ },
+ {
+ name: 'kittens',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Kittens" by www.metaphoricalplatypus.com is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 1024,
+ width: 820,
+ thumbnail: 'http://localhost:49153/v1/images/f3427421-5bc6-4cf7-a218-217fee370c36/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/f3427421-5bc6-4cf7-a218-217fee370c36/',
+ related_url: 'http://localhost:49153/v1/images/f3427421-5bc6-4cf7-a218-217fee370c36/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'b9bbd2be-a68e-4d2c-ad85-f43000cb8d55',
+ title: 'cat',
+ indexed_on: '2020-04-25T01:39:33.773553Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/93665474@N00/3717404325',
+ url: 'https://live.staticflickr.com/3436/3717404325_db41d8d687_b.jpg',
+ creator: 'Alex Balan',
+ creator_url: 'https://www.flickr.com/photos/93665474@N00',
+ license: 'by-nc-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'animals',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'lovely',
+ accuracy: null,
+ },
+ {
+ name: 'pets',
+ accuracy: null,
+ },
+ ],
+ attribution: '"cat" by Alex Balan is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 768,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/b9bbd2be-a68e-4d2c-ad85-f43000cb8d55/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/b9bbd2be-a68e-4d2c-ad85-f43000cb8d55/',
+ related_url: 'http://localhost:49153/v1/images/b9bbd2be-a68e-4d2c-ad85-f43000cb8d55/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'eea1852b-1c1b-42d4-b505-4ed38e380dde',
+ title: 'cat',
+ indexed_on: '2020-03-20T22:54:33.937468Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/27497869@N04/34549084163',
+ url: 'https://live.staticflickr.com/4248/34549084163_a211fa4226_b.jpg',
+ creator: 'Ben Chen Photography',
+ creator_url: 'https://www.flickr.com/photos/27497869@N04',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: 'photograph',
+ filesize: null,
+ filetype: 'jpg',
+ tags: [
+ {
+ name: 'benagexyz',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'u8c93',
+ accuracy: null,
+ },
+ {
+ name: 'č²',
+ accuracy: null,
+ },
+ ],
+ attribution: '"cat" by Ben Chen Photography is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/eea1852b-1c1b-42d4-b505-4ed38e380dde/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/eea1852b-1c1b-42d4-b505-4ed38e380dde/',
+ related_url: 'http://localhost:49153/v1/images/eea1852b-1c1b-42d4-b505-4ed38e380dde/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '3d32b0c5-58b3-4e38-b034-cd6c8d674d73',
+ title: 'cat in the sun',
+ indexed_on: '2020-04-02T11:05:26.845386Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/32695450@N05/11748899763',
+ url: 'https://live.staticflickr.com/7300/11748899763_2dd16da8b4_b.jpg',
+ creator: 'fidber',
+ creator_url: 'https://www.flickr.com/photos/32695450@N05',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'animal',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'chat',
+ accuracy: null,
+ },
+ {
+ name: 'soleil',
+ accuracy: null,
+ },
+ ],
+ attribution: '"cat in the sun" by fidber is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 682,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/3d32b0c5-58b3-4e38-b034-cd6c8d674d73/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/3d32b0c5-58b3-4e38-b034-cd6c8d674d73/',
+ related_url: 'http://localhost:49153/v1/images/3d32b0c5-58b3-4e38-b034-cd6c8d674d73/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'aafaf91c-4d64-4f2e-b8ec-d7e77131b888',
+ title: 'Cat on the sofa',
+ indexed_on: '2018-11-08T17:31:32.467511Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/57443751@N07/6494613787',
+ url: 'https://live.staticflickr.com/7004/6494613787_9a3031fa7d_b.jpg',
+ creator: 'sushiraider',
+ creator_url: 'https://www.flickr.com/photos/57443751@N07',
+ license: 'by-nc-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'chat',
+ accuracy: null,
+ },
+ {
+ name: 'ringexcellence',
+ accuracy: null,
+ },
+ {
+ name: 'sofa',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Cat on the sofa" by sushiraider is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 684,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/aafaf91c-4d64-4f2e-b8ec-d7e77131b888/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/aafaf91c-4d64-4f2e-b8ec-d7e77131b888/',
+ related_url: 'http://localhost:49153/v1/images/aafaf91c-4d64-4f2e-b8ec-d7e77131b888/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '2f8d8f5c-7e53-490e-8679-8157bbd3bbf2',
+ title: 'Kitten',
+ indexed_on: '2020-04-08T11:10:25.498829Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/29638108@N06/9158627549',
+ url: 'https://live.staticflickr.com/3739/9158627549_7d431cc016_b.jpg',
+ creator: 'www.metaphoricalplatypus.com',
+ creator_url: 'https://www.flickr.com/photos/29638108@N06',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'animals',
+ accuracy: null,
+ },
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'kitten',
+ accuracy: null,
+ },
+ {
+ name: 'kittens',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Kitten" by www.metaphoricalplatypus.com is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 1024,
+ width: 700,
+ thumbnail: 'http://localhost:49153/v1/images/2f8d8f5c-7e53-490e-8679-8157bbd3bbf2/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/2f8d8f5c-7e53-490e-8679-8157bbd3bbf2/',
+ related_url: 'http://localhost:49153/v1/images/2f8d8f5c-7e53-490e-8679-8157bbd3bbf2/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'e8b4a1bb-940a-4eb8-96a7-7b3fbd033226',
+ title: 'Cats',
+ indexed_on: '2020-04-17T11:27:23.328600Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/9958204@N07/6117272430',
+ url: 'https://live.staticflickr.com/6082/6117272430_5b539f14fc_b.jpg',
+ creator: 'x-oph',
+ creator_url: 'https://www.flickr.com/photos/9958204@N07',
+ license: 'by-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ {
+ name: 'cats',
+ accuracy: null,
+ },
+ {
+ name: 'felis',
+ accuracy: null,
+ },
+ {
+ name: 'kot',
+ accuracy: null,
+ },
+ {
+ name: 'koty',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Cats" by x-oph is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 681,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/e8b4a1bb-940a-4eb8-96a7-7b3fbd033226/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/e8b4a1bb-940a-4eb8-96a7-7b3fbd033226/',
+ related_url: 'http://localhost:49153/v1/images/e8b4a1bb-940a-4eb8-96a7-7b3fbd033226/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '8717abf4-5254-46dc-979d-5ee6470490df',
+ title: 'Cat',
+ indexed_on: '2020-04-15T12:41:20.465485Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/50183570@N00/5315427230',
+ url: 'https://live.staticflickr.com/5167/5315427230_2557ba79b2_b.jpg',
+ creator: 'Ava Babili',
+ creator_url: 'https://www.flickr.com/photos/50183570@N00',
+ license: 'by-nc-nd',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Cat" by Ava Babili is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 1024,
+ width: 683,
+ thumbnail: 'http://localhost:49153/v1/images/8717abf4-5254-46dc-979d-5ee6470490df/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/8717abf4-5254-46dc-979d-5ee6470490df/',
+ related_url: 'http://localhost:49153/v1/images/8717abf4-5254-46dc-979d-5ee6470490df/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '0e932248-8c04-45b5-b32f-705302a60a99',
+ title: "Colomna's Cat",
+ indexed_on: '2020-03-28T10:59:33.450710Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/56362481@N06/17003101291',
+ url: 'https://live.staticflickr.com/8695/17003101291_0e8fb4f829.jpg',
+ creator: 'Taema',
+ creator_url: 'https://www.flickr.com/photos/56362481@N06',
+ license: 'by-nc-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Colomna\'s Cat" by Taema is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 333,
+ width: 500,
+ thumbnail: 'http://localhost:49153/v1/images/0e932248-8c04-45b5-b32f-705302a60a99/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/0e932248-8c04-45b5-b32f-705302a60a99/',
+ related_url: 'http://localhost:49153/v1/images/0e932248-8c04-45b5-b32f-705302a60a99/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '9ee77a50-70ba-4d4e-9972-16981b460f64',
+ title: 'Cat',
+ indexed_on: '2020-05-07T11:28:24.149119Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/50642338@N00/8378612',
+ url: 'https://live.staticflickr.com/6/8378612_34ab6787ae_b.jpg',
+ creator: 'sfllaw',
+ creator_url: 'https://www.flickr.com/photos/50642338@N00',
+ license: 'by-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Cat" by sfllaw is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 1024,
+ width: 768,
+ thumbnail: 'http://localhost:49153/v1/images/9ee77a50-70ba-4d4e-9972-16981b460f64/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/9ee77a50-70ba-4d4e-9972-16981b460f64/',
+ related_url: 'http://localhost:49153/v1/images/9ee77a50-70ba-4d4e-9972-16981b460f64/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: '546174e4-09b6-4b95-befb-0a054e017768',
+ title: 'cats_2010-07-18_6',
+ indexed_on: '2020-04-22T03:20:33.185028Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/16902016@N05/4803781129',
+ url: 'https://live.staticflickr.com/4075/4803781129_c49b82b948_b.jpg',
+ creator: 'yousukezan',
+ creator_url: 'https://www.flickr.com/photos/16902016@N05',
+ license: 'by-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ ],
+ attribution: '"cats_2010-07-18_6" by yousukezan is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 685,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/546174e4-09b6-4b95-befb-0a054e017768/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/546174e4-09b6-4b95-befb-0a054e017768/',
+ related_url: 'http://localhost:49153/v1/images/546174e4-09b6-4b95-befb-0a054e017768/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'f7bdc4c4-bd18-4cb6-8229-275cf1b9e88c',
+ title: '',
+ indexed_on: '2020-04-11T08:48:23.492811Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/26719227@N00/11173305515',
+ url: 'https://live.staticflickr.com/3813/11173305515_17ff6c5694_b.jpg',
+ creator: 'Han Cheng Yeh',
+ creator_url: 'https://www.flickr.com/photos/26719227@N00',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ ],
+ attribution: 'This work by Han Cheng Yeh is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/f7bdc4c4-bd18-4cb6-8229-275cf1b9e88c/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/f7bdc4c4-bd18-4cb6-8229-275cf1b9e88c/',
+ related_url: 'http://localhost:49153/v1/images/f7bdc4c4-bd18-4cb6-8229-275cf1b9e88c/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'e5f45f85-c0c6-4b6c-97e3-19e9c3d92128',
+ title: 'cat',
+ indexed_on: '2020-04-21T15:55:36.196610Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/18090920@N07/4615217885',
+ url: 'https://live.staticflickr.com/3415/4615217885_0bf565318f_b.jpg',
+ creator: 'Sean MacEntee',
+ creator_url: 'https://www.flickr.com/photos/18090920@N07',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ ],
+ attribution: '"cat" by Sean MacEntee is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 768,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/e5f45f85-c0c6-4b6c-97e3-19e9c3d92128/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/e5f45f85-c0c6-4b6c-97e3-19e9c3d92128/',
+ related_url: 'http://localhost:49153/v1/images/e5f45f85-c0c6-4b6c-97e3-19e9c3d92128/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'eb17cbab-5ede-4a14-80b4-ebca2bf48e9b',
+ title: 'Cat',
+ indexed_on: '2020-04-22T17:39:33.244099Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/71834709@N00/5049875952',
+ url: 'https://live.staticflickr.com/4087/5049875952_a0dcb3c9c0_b.jpg',
+ creator: 'Colin ZHU',
+ creator_url: 'https://www.flickr.com/photos/71834709@N00',
+ license: 'by-sa',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ ],
+ attribution: '"Cat" by Colin ZHU is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 683,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/eb17cbab-5ede-4a14-80b4-ebca2bf48e9b/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/eb17cbab-5ede-4a14-80b4-ebca2bf48e9b/',
+ related_url: 'http://localhost:49153/v1/images/eb17cbab-5ede-4a14-80b4-ebca2bf48e9b/related/',
+ unstable__sensitivity: [],
+ },
+ {
+ id: 'f94097cc-b971-4276-94f2-8f7a6877ee81',
+ title: 'cat',
+ indexed_on: '2020-04-21T15:55:36.196610Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/18090920@N07/4615211501',
+ url: 'https://live.staticflickr.com/4067/4615211501_f0cee1c22b_b.jpg',
+ creator: 'Sean MacEntee',
+ creator_url: 'https://www.flickr.com/photos/18090920@N07',
+ license: 'by',
+ license_version: '2.0',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ provider: 'flickr',
+ source: 'flickr',
+ category: null,
+ filesize: null,
+ filetype: null,
+ tags: [
+ {
+ name: 'cat',
+ accuracy: null,
+ },
+ ],
+ attribution: '"cat" by Sean MacEntee is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ fields_matched: [
+ 'tags.name',
+ ],
+ mature: false,
+ height: 768,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/f94097cc-b971-4276-94f2-8f7a6877ee81/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/f94097cc-b971-4276-94f2-8f7a6877ee81/',
+ related_url: 'http://localhost:49153/v1/images/f94097cc-b971-4276-94f2-8f7a6877ee81/related/',
+ unstable__sensitivity: [],
+ },
+ ],
+ }
+ },
+}
diff --git a/frontend/test/tapes/search/images/creator=strogoscope&source=flickr&unstable__collection=creator_keep-alive.json5 b/frontend/test/tapes/search/images/creator=strogoscope&source=flickr&unstable__collection=creator_keep-alive.json5
deleted file mode 100644
index aba360d1fc9..00000000000
--- a/frontend/test/tapes/search/images/creator=strogoscope&source=flickr&unstable__collection=creator_keep-alive.json5
+++ /dev/null
@@ -1,1860 +0,0 @@
-{
- meta: {
- createdAt: '2024-03-03T07:28:30.431Z',
- host: 'https://api.openverse.org',
- resHumanReadable: true,
- resUncompressed: true,
- },
- req: {
- headers: {
- connection: 'keep-alive',
- },
- url: '/v1/images/?creator=strogoscope&source=flickr&unstable__collection=creator&collection=creator',
- method: 'GET',
- body: '',
- },
- res: {
- status: 200,
- headers: {
- date: [
- 'Sun, 03 Mar 2024 07:28:31 GMT',
- ],
- 'content-type': [
- 'application/json',
- ],
- 'transfer-encoding': [
- 'chunked',
- ],
- connection: [
- 'keep-alive',
- ],
- vary: [
- 'Accept-Encoding, Accept, Authorization, origin',
- ],
- allow: [
- 'GET, HEAD, OPTIONS',
- ],
- 'x-ratelimit-limit-anon_burst': [
- '20/min',
- ],
- 'x-ratelimit-available-anon_burst': [
- '19',
- ],
- 'x-ratelimit-limit-anon_sustained': [
- '200/day',
- ],
- 'x-ratelimit-available-anon_sustained': [
- '199',
- ],
- 'x-frame-options': [
- 'DENY',
- ],
- 'x-content-type-options': [
- 'nosniff',
- ],
- 'referrer-policy': [
- 'same-origin',
- ],
- 'cross-origin-opener-policy': [
- 'same-origin',
- ],
- 'access-control-allow-origin': [
- '*',
- ],
- 'access-control-expose-headers': [
- 'cf-cache-status, cf-ray, date',
- ],
- 'x-request-id': [
- 'ae53dae4bb794e2b84c241d1f5077fc3',
- ],
- 'cache-control': [
- 'max-age=14400',
- ],
- 'cf-cache-status': [
- 'MISS',
- ],
- 'last-modified': [
- 'Sun, 03 Mar 2024 07:28:31 GMT',
- ],
- 'strict-transport-security': [
- 'max-age=15552000; includeSubDomains; preload',
- ],
- server: [
- 'cloudflare',
- ],
- 'cf-ray': [
- '85e7e8ff58ff71d1-FRA',
- ],
- 'content-encoding': [
- 'br',
- ],
- 'alt-svc': [
- 'h3=":443"; ma=86400',
- ],
- },
- body: {
- result_count: 691,
- page_count: 20,
- page_size: 20,
- page: 1,
- results: [
- {
- id: '0173ca9d-279b-4d99-84b7-d5cab396e351',
- title: 'Hong Kong',
- indexed_on: '2020-03-30T12:06:28.189104Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/21592042845',
- url: 'https://live.staticflickr.com/651/21592042845_67711b4370_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'architecture',
- accuracy: null,
- },
- {
- name: 'fog',
- accuracy: null,
- },
- {
- name: 'hongkong',
- accuracy: null,
- },
- {
- name: 'skyline',
- accuracy: null,
- },
- {
- name: 'u5929u969bu7dda',
- accuracy: null,
- },
- {
- name: 'u9999u6e2f',
- accuracy: null,
- },
- {
- name: '天éē·',
- accuracy: null,
- },
- {
- name: 'é¦ęøÆ',
- accuracy: null,
- },
- ],
- attribution: '"Hong Kong" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 1024,
- width: 817,
- thumbnail: 'http://localhost:49153/v1/images/0173ca9d-279b-4d99-84b7-d5cab396e351/thumb/',
- detail_url: 'http://localhost:49153/v1/images/0173ca9d-279b-4d99-84b7-d5cab396e351/',
- related_url: 'http://localhost:49153/v1/images/0173ca9d-279b-4d99-84b7-d5cab396e351/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'f76053f8-b0eb-4e4a-8344-ff6406633ec0',
- title: 'Cat',
- indexed_on: '2020-04-05T06:48:19.671269Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15063747768',
- url: 'https://live.staticflickr.com/3849/15063747768_1e63529953_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'cat',
- accuracy: null,
- },
- ],
- attribution: '"Cat" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/f76053f8-b0eb-4e4a-8344-ff6406633ec0/thumb/',
- detail_url: 'http://localhost:49153/v1/images/f76053f8-b0eb-4e4a-8344-ff6406633ec0/',
- related_url: 'http://localhost:49153/v1/images/f76053f8-b0eb-4e4a-8344-ff6406633ec0/related/',
- unstable__sensitivity: [],
- },
- {
- id: '44b1f35b-9b40-4396-ae97-5a35213e3a32',
- title: 'Toegye-ro',
- indexed_on: '2020-04-05T17:24:17.856141Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15421348270',
- url: 'https://live.staticflickr.com/3933/15421348270_8404346e73_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'ķķ',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: null,
- },
- {
- name: 'cityscape',
- accuracy: null,
- },
- {
- name: 'lightroompresetdownload',
- accuracy: null,
- },
- {
- name: 'overpass',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'ud68cud604',
- accuracy: null,
- },
- ],
- attribution: '"Toegye-ro" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/44b1f35b-9b40-4396-ae97-5a35213e3a32/thumb/',
- detail_url: 'http://localhost:49153/v1/images/44b1f35b-9b40-4396-ae97-5a35213e3a32/',
- related_url: 'http://localhost:49153/v1/images/44b1f35b-9b40-4396-ae97-5a35213e3a32/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'f9384235-b72e-4f1e-9b05-e1b116262a29',
- title: 'Cat',
- indexed_on: '2020-04-05T06:07:19.339195Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15218475961',
- url: 'https://live.staticflickr.com/3903/15218475961_963a4c116e_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'cat',
- accuracy: null,
- },
- ],
- attribution: '"Cat" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/f9384235-b72e-4f1e-9b05-e1b116262a29/thumb/',
- detail_url: 'http://localhost:49153/v1/images/f9384235-b72e-4f1e-9b05-e1b116262a29/',
- related_url: 'http://localhost:49153/v1/images/f9384235-b72e-4f1e-9b05-e1b116262a29/related/',
- unstable__sensitivity: [],
- },
- {
- id: '9acc30d0-a20e-4ec2-9e26-43133fa68788',
- title: 'Sky flying by',
- indexed_on: '2020-04-04T16:30:19.322302Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14557737127',
- url: 'https://live.staticflickr.com/2937/14557737127_09d320c9ea_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'abstract',
- accuracy: null,
- },
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'clouds',
- accuracy: null,
- },
- {
- name: 'pavement',
- accuracy: null,
- },
- {
- name: 'puddle',
- accuracy: null,
- },
- {
- name: 'reflection',
- accuracy: null,
- },
- ],
- attribution: '"Sky flying by" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/9acc30d0-a20e-4ec2-9e26-43133fa68788/thumb/',
- detail_url: 'http://localhost:49153/v1/images/9acc30d0-a20e-4ec2-9e26-43133fa68788/',
- related_url: 'http://localhost:49153/v1/images/9acc30d0-a20e-4ec2-9e26-43133fa68788/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'e97f04a3-0460-4ceb-babf-45b933f210ce',
- title: 'Night in Gangnam',
- indexed_on: '2020-04-03T13:55:30.137715Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/13962101166',
- url: 'https://live.staticflickr.com/7274/13962101166_0bc81ccfff_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'crosswalk',
- accuracy: null,
- },
- {
- name: 'lightroom',
- accuracy: null,
- },
- {
- name: 'lightroompresetdownload',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'oneperson',
- accuracy: null,
- },
- {
- name: 'pedestriancrossing',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'uac15ub0a8',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'adult',
- accuracy: 0.92559,
- },
- {
- name: 'city',
- accuracy: 0.93971,
- },
- {
- name: 'crossing',
- accuracy: 0.91892,
- },
- {
- name: 'group together',
- accuracy: 0.93807,
- },
- {
- name: 'monochrome',
- accuracy: 0.99318,
- },
- {
- name: 'people',
- accuracy: 0.98872,
- },
- {
- name: 'road',
- accuracy: 0.96332,
- },
- {
- name: 'street',
- accuracy: 0.99738,
- },
- {
- name: 'transportation system',
- accuracy: 0.97329,
- },
- {
- name: 'vehicle',
- accuracy: 0.92463,
- },
- ],
- attribution: '"Night in Gangnam" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/e97f04a3-0460-4ceb-babf-45b933f210ce/thumb/',
- detail_url: 'http://localhost:49153/v1/images/e97f04a3-0460-4ceb-babf-45b933f210ce/',
- related_url: 'http://localhost:49153/v1/images/e97f04a3-0460-4ceb-babf-45b933f210ce/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'c12f0b1b-5e0e-45ac-90d7-3eb637670680',
- title: 'Cappuccino',
- indexed_on: '2020-04-03T17:17:35.413066Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14115121205',
- url: 'https://live.staticflickr.com/7328/14115121205_207c45cbfb_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'cafƩ',
- accuracy: null,
- },
- {
- name: 'cafu00e9',
- accuracy: null,
- },
- {
- name: 'coffee',
- accuracy: null,
- },
- {
- name: 'cup',
- accuracy: null,
- },
- {
- name: 'latte',
- accuracy: null,
- },
- {
- name: 'break',
- accuracy: 0.96413,
- },
- {
- name: 'breakfast',
- accuracy: 0.99207,
- },
- {
- name: 'caffeine',
- accuracy: 0.99795,
- },
- {
- name: 'cappuccino',
- accuracy: 0.99845,
- },
- {
- name: 'coffee',
- accuracy: 0.99988,
- },
- {
- name: 'cup',
- accuracy: 0.99733,
- },
- {
- name: 'dark',
- accuracy: 0.96183,
- },
- {
- name: 'dawn',
- accuracy: 0.99527,
- },
- {
- name: 'drink',
- accuracy: 0.99556,
- },
- {
- name: 'espresso',
- accuracy: 0.99921,
- },
- {
- name: 'foam',
- accuracy: 0.99387,
- },
- {
- name: 'hot',
- accuracy: 0.98897,
- },
- {
- name: 'milk',
- accuracy: 0.96689,
- },
- {
- name: 'mocha',
- accuracy: 0.98273,
- },
- {
- name: 'mug',
- accuracy: 0.98793,
- },
- {
- name: 'perfume',
- accuracy: 0.98089,
- },
- {
- name: 'saucer',
- accuracy: 0.97435,
- },
- {
- name: 'table',
- accuracy: 0.95196,
- },
- {
- name: 'wood',
- accuracy: 0.9477,
- },
- ],
- attribution: '"Cappuccino" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/c12f0b1b-5e0e-45ac-90d7-3eb637670680/thumb/',
- detail_url: 'http://localhost:49153/v1/images/c12f0b1b-5e0e-45ac-90d7-3eb637670680/',
- related_url: 'http://localhost:49153/v1/images/c12f0b1b-5e0e-45ac-90d7-3eb637670680/related/',
- unstable__sensitivity: [],
- },
- {
- id: '4a5e8c0c-0e65-447e-9868-c8c780617701',
- title: 'Hong Kong light stream',
- indexed_on: '2020-03-28T01:49:23.028712Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/16607370361',
- url: 'https://live.staticflickr.com/8596/16607370361_d1fa699a16_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ballpod',
- accuracy: null,
- },
- {
- name: 'hongkong',
- accuracy: null,
- },
- {
- name: 'lighttrail',
- accuracy: null,
- },
- {
- name: 'longexposure',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'u9999u6e2f',
- accuracy: null,
- },
- {
- name: 'é¦ęøÆ',
- accuracy: null,
- },
- {
- name: 'blur',
- accuracy: 0.95956,
- },
- {
- name: 'bus',
- accuracy: 0.93663,
- },
- {
- name: 'car',
- accuracy: 0.93067,
- },
- {
- name: 'city',
- accuracy: 0.97565,
- },
- {
- name: 'downtown',
- accuracy: 0.93746,
- },
- {
- name: 'light',
- accuracy: 0.93977,
- },
- {
- name: 'motion',
- accuracy: 0.93959,
- },
- {
- name: 'road',
- accuracy: 0.95266,
- },
- {
- name: 'street',
- accuracy: 0.95332,
- },
- {
- name: 'traffic',
- accuracy: 0.95955,
- },
- {
- name: 'transportation system',
- accuracy: 0.93125,
- },
- {
- name: 'urban',
- accuracy: 0.96478,
- },
- ],
- attribution: '"Hong Kong light stream" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/4a5e8c0c-0e65-447e-9868-c8c780617701/thumb/',
- detail_url: 'http://localhost:49153/v1/images/4a5e8c0c-0e65-447e-9868-c8c780617701/',
- related_url: 'http://localhost:49153/v1/images/4a5e8c0c-0e65-447e-9868-c8c780617701/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'bc39c485-a675-4d48-805f-a72e81cfcf14',
- title: 'A yard off Velyka Arnautska street, Odessa',
- indexed_on: '2016-11-17T10:16:48.308714Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/10886316696',
- url: 'https://live.staticflickr.com/5545/10886316696_de36839a2f_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'architecture',
- accuracy: null,
- },
- {
- name: 'concrete',
- accuracy: null,
- },
- {
- name: 'courtyard',
- accuracy: null,
- },
- {
- name: 'odessa',
- accuracy: null,
- },
- {
- name: 'ukraine',
- accuracy: null,
- },
- {
- name: 'urbandecay',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: 0.99508,
- },
- {
- name: 'building',
- accuracy: 0.9733,
- },
- {
- name: 'city',
- accuracy: 0.93966,
- },
- {
- name: 'home',
- accuracy: 0.91897,
- },
- {
- name: 'house',
- accuracy: 0.98338,
- },
- {
- name: 'outdoors',
- accuracy: 0.93705,
- },
- {
- name: 'pavement',
- accuracy: 0.93884,
- },
- {
- name: 'street',
- accuracy: 0.97106,
- },
- {
- name: 'town',
- accuracy: 0.9539,
- },
- {
- name: 'travel',
- accuracy: 0.92919,
- },
- {
- name: 'urban',
- accuracy: 0.9262,
- },
- {
- name: 'window',
- accuracy: 0.94682,
- },
- ],
- attribution: '"A yard off Velyka Arnautska street, Odessa" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 513,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/bc39c485-a675-4d48-805f-a72e81cfcf14/thumb/',
- detail_url: 'http://localhost:49153/v1/images/bc39c485-a675-4d48-805f-a72e81cfcf14/',
- related_url: 'http://localhost:49153/v1/images/bc39c485-a675-4d48-805f-a72e81cfcf14/related/',
- unstable__sensitivity: [],
- },
- {
- id: '5a35cf9d-2c03-4e26-a6ac-f5603064d8ce',
- title: 'Night in Gangnam (3)',
- indexed_on: '2016-11-17T19:52:22.994965Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14664295049',
- url: 'https://live.staticflickr.com/3919/14664295049_ba2f975efb_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: 2354803,
- filetype: null,
- tags: [
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'automobiles',
- accuracy: null,
- },
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'gangnam',
- accuracy: null,
- },
- {
- name: 'korea',
- accuracy: null,
- },
- {
- name: 'lights',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: 0.91881,
- },
- {
- name: 'car',
- accuracy: 0.98467,
- },
- {
- name: 'city',
- accuracy: 0.98844,
- },
- {
- name: 'downtown',
- accuracy: 0.905,
- },
- {
- name: 'monochrome',
- accuracy: 0.97776,
- },
- {
- name: 'neon',
- accuracy: 0.90817,
- },
- {
- name: 'road',
- accuracy: 0.96158,
- },
- {
- name: 'street',
- accuracy: 0.99484,
- },
- {
- name: 'transportation system',
- accuracy: 0.97578,
- },
- {
- name: 'travel',
- accuracy: 0.91423,
- },
- {
- name: 'urban',
- accuracy: 0.96762,
- },
- ],
- attribution: '"Night in Gangnam (3)" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/5a35cf9d-2c03-4e26-a6ac-f5603064d8ce/thumb/',
- detail_url: 'http://localhost:49153/v1/images/5a35cf9d-2c03-4e26-a6ac-f5603064d8ce/',
- related_url: 'http://localhost:49153/v1/images/5a35cf9d-2c03-4e26-a6ac-f5603064d8ce/related/',
- unstable__sensitivity: [],
- },
- {
- id: '99a116f1-1c58-44a8-ac78-7d07b52bfc45',
- title: 'Seongsan bridge',
- indexed_on: '2020-03-28T05:30:33.683200Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/16767930595',
- url: 'https://live.staticflickr.com/8652/16767930595_f99e10bee1_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ė§ķ¬',
- accuracy: null,
- },
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķź°',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'ģ±ģ°ėźµ',
- accuracy: null,
- },
- {
- name: 'ballpod',
- accuracy: null,
- },
- {
- name: 'bridge',
- accuracy: null,
- },
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'infrastructure',
- accuracy: null,
- },
- {
- name: 'longexposure',
- accuracy: null,
- },
- {
- name: 'overcast',
- accuracy: null,
- },
- {
- name: 'ricohgrhicontrastbw',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'sooc',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'ub9c8ud3ec',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'uc131uc0b0ub300uad50',
- accuracy: null,
- },
- {
- name: 'ud55cuac15',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- ],
- attribution: '"Seongsan bridge" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/99a116f1-1c58-44a8-ac78-7d07b52bfc45/thumb/',
- detail_url: 'http://localhost:49153/v1/images/99a116f1-1c58-44a8-ac78-7d07b52bfc45/',
- related_url: 'http://localhost:49153/v1/images/99a116f1-1c58-44a8-ac78-7d07b52bfc45/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'f53cc855-63d7-4429-a979-df5337b0cc49',
- title: '',
- indexed_on: '2020-03-28T02:23:36.937083Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/16012511374',
- url: 'https://live.staticflickr.com/8592/16012511374_1974480bc2_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ė§ķ¬',
- accuracy: null,
- },
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'korea',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'ub9c8ud3ec',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'winter',
- accuracy: null,
- },
- ],
- attribution: 'This work by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/f53cc855-63d7-4429-a979-df5337b0cc49/thumb/',
- detail_url: 'http://localhost:49153/v1/images/f53cc855-63d7-4429-a979-df5337b0cc49/',
- related_url: 'http://localhost:49153/v1/images/f53cc855-63d7-4429-a979-df5337b0cc49/related/',
- unstable__sensitivity: [],
- },
- {
- id: '78668ab1-29d4-4620-9b24-9cd000b1bfd1',
- title: 'Olympic bridge',
- indexed_on: '2020-03-07T01:08:18.044303Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/31708534535',
- url: 'https://live.staticflickr.com/402/31708534535_942dc751c9_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'dusk',
- accuracy: null,
- },
- {
- name: ' dusk',
- accuracy: null,
- },
- {
- name: 'ricohgrpositivefilm',
- accuracy: null,
- },
- {
- name: ' ricohgrpositivefilm',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'sooc',
- accuracy: null,
- },
- {
- name: ' sooc',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: ' southkorea',
- accuracy: null,
- },
- {
- name: 'travel',
- accuracy: null,
- },
- {
- name: ' travel',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'weather',
- accuracy: null,
- },
- {
- name: ' weather',
- accuracy: null,
- },
- ],
- attribution: '"Olympic bridge" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/78668ab1-29d4-4620-9b24-9cd000b1bfd1/thumb/',
- detail_url: 'http://localhost:49153/v1/images/78668ab1-29d4-4620-9b24-9cd000b1bfd1/',
- related_url: 'http://localhost:49153/v1/images/78668ab1-29d4-4620-9b24-9cd000b1bfd1/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'e4b5ac88-5e52-4c09-b3a5-2660b39801ec',
- title: 'Jung',
- indexed_on: '2020-04-04T15:45:26.079458Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14532210419',
- url: 'https://live.staticflickr.com/2911/14532210419_095dd97e67_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'weather',
- accuracy: null,
- },
- ],
- attribution: '"Jung" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 640,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/e4b5ac88-5e52-4c09-b3a5-2660b39801ec/thumb/',
- detail_url: 'http://localhost:49153/v1/images/e4b5ac88-5e52-4c09-b3a5-2660b39801ec/',
- related_url: 'http://localhost:49153/v1/images/e4b5ac88-5e52-4c09-b3a5-2660b39801ec/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'cc1d1fc9-120e-4925-bbfd-16d3d9d32ffa',
- title: 'Phaya Thai around midnight',
- indexed_on: '2020-04-02T20:30:31.193909Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/11909197423',
- url: 'https://live.staticflickr.com/5500/11909197423_dac2025de2_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ąøąø£ąøøąøą¹ąøąø',
- accuracy: null,
- },
- {
- name: 'ąøąø£ąø°ą¹ąøąøØą¹ąøąø¢',
- accuracy: null,
- },
- {
- name: 'bangkok',
- accuracy: null,
- },
- {
- name: 'city',
- accuracy: null,
- },
- {
- name: 'krungthep',
- accuracy: null,
- },
- {
- name: 'lightroom',
- accuracy: null,
- },
- {
- name: 'lightroompresetdownload',
- accuracy: null,
- },
- {
- name: 'lights',
- accuracy: null,
- },
- {
- name: 'lighttrail',
- accuracy: null,
- },
- {
- name: 'longexposure',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'thailand',
- accuracy: null,
- },
- {
- name: 'šthailand',
- accuracy: null,
- },
- {
- name: 'u0e01u0e23u0e38u0e07u0e40u0e17u0e1e',
- accuracy: null,
- },
- {
- name: 'u0e1bu0e23u0e30u0e40u0e17u0e28u0e44u0e17u0e22',
- accuracy: null,
- },
- {
- name: 'ud83dudccdthailand',
- accuracy: null,
- },
- ],
- attribution: '"Phaya Thai around midnight" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 833,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/cc1d1fc9-120e-4925-bbfd-16d3d9d32ffa/thumb/',
- detail_url: 'http://localhost:49153/v1/images/cc1d1fc9-120e-4925-bbfd-16d3d9d32ffa/',
- related_url: 'http://localhost:49153/v1/images/cc1d1fc9-120e-4925-bbfd-16d3d9d32ffa/related/',
- unstable__sensitivity: [],
- },
- {
- id: '02ea45ee-2b0d-4650-9fcd-ba4577321c4c',
- title: 'Night in Gangnam',
- indexed_on: '2020-04-04T19:10:33.628806Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14843651473',
- url: 'https://live.staticflickr.com/2925/14843651473_8412e7b771_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ź°ėØ',
- accuracy: null,
- },
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'city',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'uac15ub0a8',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- ],
- attribution: '"Night in Gangnam" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/02ea45ee-2b0d-4650-9fcd-ba4577321c4c/thumb/',
- detail_url: 'http://localhost:49153/v1/images/02ea45ee-2b0d-4650-9fcd-ba4577321c4c/',
- related_url: 'http://localhost:49153/v1/images/02ea45ee-2b0d-4650-9fcd-ba4577321c4c/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'ac4a1079-af87-4e61-976b-58152dc660c8',
- title: 'Hong Kong',
- indexed_on: '2020-04-06T09:05:20.000904Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15892209627',
- url: 'https://live.staticflickr.com/7501/15892209627_5d5bffd250_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'hongkong',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'u9999u6e2f',
- accuracy: null,
- },
- {
- name: 'adult',
- accuracy: 0.93539,
- },
- {
- name: 'group',
- accuracy: 0.91628,
- },
- {
- name: 'group together',
- accuracy: 0.94164,
- },
- {
- name: 'indoors',
- accuracy: 0.94903,
- },
- {
- name: 'monochrome',
- accuracy: 0.91481,
- },
- {
- name: 'people',
- accuracy: 0.98725,
- },
- {
- name: 'railway',
- accuracy: 0.94798,
- },
- {
- name: 'stock',
- accuracy: 0.9092,
- },
- {
- name: 'street',
- accuracy: 0.91845,
- },
- {
- name: 'train',
- accuracy: 0.94198,
- },
- {
- name: 'transportation system',
- accuracy: 0.98697,
- },
- {
- name: 'vehicle',
- accuracy: 0.97632,
- },
- ],
- attribution: '"Hong Kong" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/ac4a1079-af87-4e61-976b-58152dc660c8/thumb/',
- detail_url: 'http://localhost:49153/v1/images/ac4a1079-af87-4e61-976b-58152dc660c8/',
- related_url: 'http://localhost:49153/v1/images/ac4a1079-af87-4e61-976b-58152dc660c8/related/',
- unstable__sensitivity: [],
- },
- {
- id: '2803e601-2193-4218-b0aa-76c7de4bc16a',
- title: 'Bangkok',
- indexed_on: '2020-04-03T15:58:31.270036Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14079866544',
- url: 'https://live.staticflickr.com/5032/14079866544_b43616d6b1_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ąøąø£ąøøąøą¹ąøąø',
- accuracy: null,
- },
- {
- name: 'ąøąø£ąø°ą¹ąøąøØą¹ąøąø¢',
- accuracy: null,
- },
- {
- name: 'bangkok',
- accuracy: null,
- },
- {
- name: 'city',
- accuracy: null,
- },
- {
- name: 'grain',
- accuracy: null,
- },
- {
- name: 'krungthep',
- accuracy: null,
- },
- {
- name: 'lights',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'noise',
- accuracy: null,
- },
- {
- name: 'skytrain',
- accuracy: null,
- },
- {
- name: 'thailand',
- accuracy: null,
- },
- {
- name: 'šthailand',
- accuracy: null,
- },
- {
- name: 'u0e01u0e23u0e38u0e07u0e40u0e17u0e1e',
- accuracy: null,
- },
- {
- name: 'u0e1bu0e23u0e30u0e40u0e17u0e28u0e44u0e17u0e22',
- accuracy: null,
- },
- {
- name: 'ud83dudccdthailand',
- accuracy: null,
- },
- ],
- attribution: '"Bangkok" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/2803e601-2193-4218-b0aa-76c7de4bc16a/thumb/',
- detail_url: 'http://localhost:49153/v1/images/2803e601-2193-4218-b0aa-76c7de4bc16a/',
- related_url: 'http://localhost:49153/v1/images/2803e601-2193-4218-b0aa-76c7de4bc16a/related/',
- unstable__sensitivity: [],
- },
- {
- id: '612b18b3-2b52-4491-8712-903b015a0ef2',
- title: 'Hong Kong skyline',
- indexed_on: '2016-11-16T20:34:58.357679Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15816705939',
- url: 'https://live.staticflickr.com/8631/15816705939_34550ae362_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'fog',
- accuracy: null,
- },
- {
- name: 'hongkong',
- accuracy: null,
- },
- {
- name: 'skyline',
- accuracy: null,
- },
- {
- name: 'sooc',
- accuracy: null,
- },
- {
- name: 'u9999u6e2f',
- accuracy: null,
- },
- {
- name: 'é¦ęøÆ',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: 0.98549,
- },
- {
- name: 'building',
- accuracy: 0.96035,
- },
- {
- name: 'business',
- accuracy: 0.96089,
- },
- {
- name: 'city',
- accuracy: 0.99695,
- },
- {
- name: 'cityscape',
- accuracy: 0.99068,
- },
- {
- name: 'downtown',
- accuracy: 0.99658,
- },
- {
- name: 'finance',
- accuracy: 0.94974,
- },
- {
- name: 'fog',
- accuracy: 0.90625,
- },
- {
- name: 'monochrome',
- accuracy: 0.97225,
- },
- {
- name: 'office',
- accuracy: 0.99014,
- },
- {
- name: 'sky',
- accuracy: 0.91878,
- },
- {
- name: 'skyline',
- accuracy: 0.99756,
- },
- {
- name: 'skyscraper',
- accuracy: 0.99862,
- },
- {
- name: 'street',
- accuracy: 0.93271,
- },
- {
- name: 'sunset',
- accuracy: 0.90152,
- },
- {
- name: 'tallest',
- accuracy: 0.92247,
- },
- {
- name: 'tower',
- accuracy: 0.91636,
- },
- {
- name: 'travel',
- accuracy: 0.94746,
- },
- {
- name: 'urban',
- accuracy: 0.92796,
- },
- ],
- attribution: '"Hong Kong skyline" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/612b18b3-2b52-4491-8712-903b015a0ef2/thumb/',
- detail_url: 'http://localhost:49153/v1/images/612b18b3-2b52-4491-8712-903b015a0ef2/',
- related_url: 'http://localhost:49153/v1/images/612b18b3-2b52-4491-8712-903b015a0ef2/related/',
- unstable__sensitivity: [],
- },
- {
- id: '9ecba772-c460-4b7f-b30f-71a79fc99f63',
- title: 'Cherry blossom street',
- indexed_on: '2020-03-28T12:27:37.985397Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/16442681523',
- url: 'https://live.staticflickr.com/7637/16442681523_3bc3d7db50_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'cherryblossom',
- accuracy: null,
- },
- {
- name: 'ricohgrpositivefilm',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'sooc',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'spring',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'ub9c8ud3ec',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: 0.9772,
- },
- {
- name: 'building',
- accuracy: 0.95524,
- },
- {
- name: 'city',
- accuracy: 0.98945,
- },
- {
- name: 'house',
- accuracy: 0.94902,
- },
- {
- name: 'outdoors',
- accuracy: 0.92273,
- },
- {
- name: 'pavement',
- accuracy: 0.92353,
- },
- {
- name: 'road',
- accuracy: 0.96223,
- },
- {
- name: 'stock',
- accuracy: 0.95178,
- },
- {
- name: 'street',
- accuracy: 0.99663,
- },
- {
- name: 'tourism',
- accuracy: 0.92279,
- },
- {
- name: 'tourist',
- accuracy: 0.90655,
- },
- {
- name: 'town',
- accuracy: 0.98252,
- },
- {
- name: 'travel',
- accuracy: 0.96175,
- },
- {
- name: 'urban',
- accuracy: 0.9669,
- },
- ],
- attribution: '"Cherry blossom street" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 679,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/9ecba772-c460-4b7f-b30f-71a79fc99f63/thumb/',
- detail_url: 'http://localhost:49153/v1/images/9ecba772-c460-4b7f-b30f-71a79fc99f63/',
- related_url: 'http://localhost:49153/v1/images/9ecba772-c460-4b7f-b30f-71a79fc99f63/related/',
- unstable__sensitivity: [],
- },
- ],
- },
- },
-}
diff --git a/frontend/test/tapes/search/images/creator=strogoscope_keep-alive.json5 b/frontend/test/tapes/search/images/creator=strogoscope_keep-alive.json5
deleted file mode 100644
index 46b5b1498a6..00000000000
--- a/frontend/test/tapes/search/images/creator=strogoscope_keep-alive.json5
+++ /dev/null
@@ -1,1860 +0,0 @@
-{
- meta: {
- createdAt: '2024-03-03T11:55:02.734Z',
- host: 'https://api.openverse.org',
- resHumanReadable: true,
- resUncompressed: true,
- },
- req: {
- headers: {
- connection: 'keep-alive',
- },
- url: '/v1/images/?creator=strogoscope%2F+photographer+%3F+creator&source=flickr&unstable__collection=creator&collection=creator',
- method: 'GET',
- body: '',
- },
- res: {
- status: 200,
- headers: {
- date: [
- 'Sun, 03 Mar 2024 11:55:04 GMT',
- ],
- 'content-type': [
- 'application/json',
- ],
- 'transfer-encoding': [
- 'chunked',
- ],
- connection: [
- 'keep-alive',
- ],
- vary: [
- 'Accept-Encoding, Accept, Authorization, origin',
- ],
- allow: [
- 'GET, HEAD, OPTIONS',
- ],
- 'x-ratelimit-limit-anon_burst': [
- '20/min',
- ],
- 'x-ratelimit-available-anon_burst': [
- '19',
- ],
- 'x-ratelimit-limit-anon_sustained': [
- '200/day',
- ],
- 'x-ratelimit-available-anon_sustained': [
- '199',
- ],
- 'x-frame-options': [
- 'DENY',
- ],
- 'x-content-type-options': [
- 'nosniff',
- ],
- 'referrer-policy': [
- 'same-origin',
- ],
- 'cross-origin-opener-policy': [
- 'same-origin',
- ],
- 'access-control-allow-origin': [
- '*',
- ],
- 'access-control-expose-headers': [
- 'cf-cache-status, cf-ray, date',
- ],
- 'x-request-id': [
- 'e4f4af1e13334981ba132b007b67cf9f',
- ],
- 'cache-control': [
- 'max-age=14400',
- ],
- 'cf-cache-status': [
- 'MISS',
- ],
- 'last-modified': [
- 'Sun, 03 Mar 2024 11:55:04 GMT',
- ],
- 'strict-transport-security': [
- 'max-age=15552000; includeSubDomains; preload',
- ],
- server: [
- 'cloudflare',
- ],
- 'cf-ray': [
- '85e96f6fab935d84-FRA',
- ],
- 'content-encoding': [
- 'br',
- ],
- 'alt-svc': [
- 'h3=":443"; ma=86400',
- ],
- },
- body: {
- result_count: 10000,
- page_count: 20,
- page_size: 20,
- page: 1,
- results: [
- {
- id: '0173ca9d-279b-4d99-84b7-d5cab396e351',
- title: 'Hong Kong',
- indexed_on: '2020-03-30T12:06:28.189104Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/21592042845',
- url: 'https://live.staticflickr.com/651/21592042845_67711b4370_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'architecture',
- accuracy: null,
- },
- {
- name: 'fog',
- accuracy: null,
- },
- {
- name: 'hongkong',
- accuracy: null,
- },
- {
- name: 'skyline',
- accuracy: null,
- },
- {
- name: 'u5929u969bu7dda',
- accuracy: null,
- },
- {
- name: 'u9999u6e2f',
- accuracy: null,
- },
- {
- name: '天éē·',
- accuracy: null,
- },
- {
- name: 'é¦ęøÆ',
- accuracy: null,
- },
- ],
- attribution: '"Hong Kong" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 1024,
- width: 817,
- thumbnail: 'http://localhost:49153/v1/images/0173ca9d-279b-4d99-84b7-d5cab396e351/thumb/',
- detail_url: 'http://localhost:49153/v1/images/0173ca9d-279b-4d99-84b7-d5cab396e351/',
- related_url: 'http://localhost:49153/v1/images/0173ca9d-279b-4d99-84b7-d5cab396e351/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'f76053f8-b0eb-4e4a-8344-ff6406633ec0',
- title: 'Cat',
- indexed_on: '2020-04-05T06:48:19.671269Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15063747768',
- url: 'https://live.staticflickr.com/3849/15063747768_1e63529953_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'cat',
- accuracy: null,
- },
- ],
- attribution: '"Cat" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/f76053f8-b0eb-4e4a-8344-ff6406633ec0/thumb/',
- detail_url: 'http://localhost:49153/v1/images/f76053f8-b0eb-4e4a-8344-ff6406633ec0/',
- related_url: 'http://localhost:49153/v1/images/f76053f8-b0eb-4e4a-8344-ff6406633ec0/related/',
- unstable__sensitivity: [],
- },
- {
- id: '44b1f35b-9b40-4396-ae97-5a35213e3a32',
- title: 'Toegye-ro',
- indexed_on: '2020-04-05T17:24:17.856141Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15421348270',
- url: 'https://live.staticflickr.com/3933/15421348270_8404346e73_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'ķķ',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: null,
- },
- {
- name: 'cityscape',
- accuracy: null,
- },
- {
- name: 'lightroompresetdownload',
- accuracy: null,
- },
- {
- name: 'overpass',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'ud68cud604',
- accuracy: null,
- },
- ],
- attribution: '"Toegye-ro" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/44b1f35b-9b40-4396-ae97-5a35213e3a32/thumb/',
- detail_url: 'http://localhost:49153/v1/images/44b1f35b-9b40-4396-ae97-5a35213e3a32/',
- related_url: 'http://localhost:49153/v1/images/44b1f35b-9b40-4396-ae97-5a35213e3a32/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'f9384235-b72e-4f1e-9b05-e1b116262a29',
- title: 'Cat',
- indexed_on: '2020-04-05T06:07:19.339195Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15218475961',
- url: 'https://live.staticflickr.com/3903/15218475961_963a4c116e_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'cat',
- accuracy: null,
- },
- ],
- attribution: '"Cat" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/f9384235-b72e-4f1e-9b05-e1b116262a29/thumb/',
- detail_url: 'http://localhost:49153/v1/images/f9384235-b72e-4f1e-9b05-e1b116262a29/',
- related_url: 'http://localhost:49153/v1/images/f9384235-b72e-4f1e-9b05-e1b116262a29/related/',
- unstable__sensitivity: [],
- },
- {
- id: '9acc30d0-a20e-4ec2-9e26-43133fa68788',
- title: 'Sky flying by',
- indexed_on: '2020-04-04T16:30:19.322302Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14557737127',
- url: 'https://live.staticflickr.com/2937/14557737127_09d320c9ea_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'abstract',
- accuracy: null,
- },
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'clouds',
- accuracy: null,
- },
- {
- name: 'pavement',
- accuracy: null,
- },
- {
- name: 'puddle',
- accuracy: null,
- },
- {
- name: 'reflection',
- accuracy: null,
- },
- ],
- attribution: '"Sky flying by" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/9acc30d0-a20e-4ec2-9e26-43133fa68788/thumb/',
- detail_url: 'http://localhost:49153/v1/images/9acc30d0-a20e-4ec2-9e26-43133fa68788/',
- related_url: 'http://localhost:49153/v1/images/9acc30d0-a20e-4ec2-9e26-43133fa68788/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'e97f04a3-0460-4ceb-babf-45b933f210ce',
- title: 'Night in Gangnam',
- indexed_on: '2020-04-03T13:55:30.137715Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/13962101166',
- url: 'https://live.staticflickr.com/7274/13962101166_0bc81ccfff_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'crosswalk',
- accuracy: null,
- },
- {
- name: 'lightroom',
- accuracy: null,
- },
- {
- name: 'lightroompresetdownload',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'oneperson',
- accuracy: null,
- },
- {
- name: 'pedestriancrossing',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'uac15ub0a8',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'adult',
- accuracy: 0.92559,
- },
- {
- name: 'city',
- accuracy: 0.93971,
- },
- {
- name: 'crossing',
- accuracy: 0.91892,
- },
- {
- name: 'group together',
- accuracy: 0.93807,
- },
- {
- name: 'monochrome',
- accuracy: 0.99318,
- },
- {
- name: 'people',
- accuracy: 0.98872,
- },
- {
- name: 'road',
- accuracy: 0.96332,
- },
- {
- name: 'street',
- accuracy: 0.99738,
- },
- {
- name: 'transportation system',
- accuracy: 0.97329,
- },
- {
- name: 'vehicle',
- accuracy: 0.92463,
- },
- ],
- attribution: '"Night in Gangnam" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/e97f04a3-0460-4ceb-babf-45b933f210ce/thumb/',
- detail_url: 'http://localhost:49153/v1/images/e97f04a3-0460-4ceb-babf-45b933f210ce/',
- related_url: 'http://localhost:49153/v1/images/e97f04a3-0460-4ceb-babf-45b933f210ce/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'c12f0b1b-5e0e-45ac-90d7-3eb637670680',
- title: 'Cappuccino',
- indexed_on: '2020-04-03T17:17:35.413066Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14115121205',
- url: 'https://live.staticflickr.com/7328/14115121205_207c45cbfb_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'cafƩ',
- accuracy: null,
- },
- {
- name: 'cafu00e9',
- accuracy: null,
- },
- {
- name: 'coffee',
- accuracy: null,
- },
- {
- name: 'cup',
- accuracy: null,
- },
- {
- name: 'latte',
- accuracy: null,
- },
- {
- name: 'break',
- accuracy: 0.96413,
- },
- {
- name: 'breakfast',
- accuracy: 0.99207,
- },
- {
- name: 'caffeine',
- accuracy: 0.99795,
- },
- {
- name: 'cappuccino',
- accuracy: 0.99845,
- },
- {
- name: 'coffee',
- accuracy: 0.99988,
- },
- {
- name: 'cup',
- accuracy: 0.99733,
- },
- {
- name: 'dark',
- accuracy: 0.96183,
- },
- {
- name: 'dawn',
- accuracy: 0.99527,
- },
- {
- name: 'drink',
- accuracy: 0.99556,
- },
- {
- name: 'espresso',
- accuracy: 0.99921,
- },
- {
- name: 'foam',
- accuracy: 0.99387,
- },
- {
- name: 'hot',
- accuracy: 0.98897,
- },
- {
- name: 'milk',
- accuracy: 0.96689,
- },
- {
- name: 'mocha',
- accuracy: 0.98273,
- },
- {
- name: 'mug',
- accuracy: 0.98793,
- },
- {
- name: 'perfume',
- accuracy: 0.98089,
- },
- {
- name: 'saucer',
- accuracy: 0.97435,
- },
- {
- name: 'table',
- accuracy: 0.95196,
- },
- {
- name: 'wood',
- accuracy: 0.9477,
- },
- ],
- attribution: '"Cappuccino" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/c12f0b1b-5e0e-45ac-90d7-3eb637670680/thumb/',
- detail_url: 'http://localhost:49153/v1/images/c12f0b1b-5e0e-45ac-90d7-3eb637670680/',
- related_url: 'http://localhost:49153/v1/images/c12f0b1b-5e0e-45ac-90d7-3eb637670680/related/',
- unstable__sensitivity: [],
- },
- {
- id: '4a5e8c0c-0e65-447e-9868-c8c780617701',
- title: 'Hong Kong light stream',
- indexed_on: '2020-03-28T01:49:23.028712Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/16607370361',
- url: 'https://live.staticflickr.com/8596/16607370361_d1fa699a16_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ballpod',
- accuracy: null,
- },
- {
- name: 'hongkong',
- accuracy: null,
- },
- {
- name: 'lighttrail',
- accuracy: null,
- },
- {
- name: 'longexposure',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'u9999u6e2f',
- accuracy: null,
- },
- {
- name: 'é¦ęøÆ',
- accuracy: null,
- },
- {
- name: 'blur',
- accuracy: 0.95956,
- },
- {
- name: 'bus',
- accuracy: 0.93663,
- },
- {
- name: 'car',
- accuracy: 0.93067,
- },
- {
- name: 'city',
- accuracy: 0.97565,
- },
- {
- name: 'downtown',
- accuracy: 0.93746,
- },
- {
- name: 'light',
- accuracy: 0.93977,
- },
- {
- name: 'motion',
- accuracy: 0.93959,
- },
- {
- name: 'road',
- accuracy: 0.95266,
- },
- {
- name: 'street',
- accuracy: 0.95332,
- },
- {
- name: 'traffic',
- accuracy: 0.95955,
- },
- {
- name: 'transportation system',
- accuracy: 0.93125,
- },
- {
- name: 'urban',
- accuracy: 0.96478,
- },
- ],
- attribution: '"Hong Kong light stream" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/4a5e8c0c-0e65-447e-9868-c8c780617701/thumb/',
- detail_url: 'http://localhost:49153/v1/images/4a5e8c0c-0e65-447e-9868-c8c780617701/',
- related_url: 'http://localhost:49153/v1/images/4a5e8c0c-0e65-447e-9868-c8c780617701/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'bc39c485-a675-4d48-805f-a72e81cfcf14',
- title: 'A yard off Velyka Arnautska street, Odessa',
- indexed_on: '2016-11-17T10:16:48.308714Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/10886316696',
- url: 'https://live.staticflickr.com/5545/10886316696_de36839a2f_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'architecture',
- accuracy: null,
- },
- {
- name: 'concrete',
- accuracy: null,
- },
- {
- name: 'courtyard',
- accuracy: null,
- },
- {
- name: 'odessa',
- accuracy: null,
- },
- {
- name: 'ukraine',
- accuracy: null,
- },
- {
- name: 'urbandecay',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: 0.99508,
- },
- {
- name: 'building',
- accuracy: 0.9733,
- },
- {
- name: 'city',
- accuracy: 0.93966,
- },
- {
- name: 'home',
- accuracy: 0.91897,
- },
- {
- name: 'house',
- accuracy: 0.98338,
- },
- {
- name: 'outdoors',
- accuracy: 0.93705,
- },
- {
- name: 'pavement',
- accuracy: 0.93884,
- },
- {
- name: 'street',
- accuracy: 0.97106,
- },
- {
- name: 'town',
- accuracy: 0.9539,
- },
- {
- name: 'travel',
- accuracy: 0.92919,
- },
- {
- name: 'urban',
- accuracy: 0.9262,
- },
- {
- name: 'window',
- accuracy: 0.94682,
- },
- ],
- attribution: '"A yard off Velyka Arnautska street, Odessa" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 513,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/bc39c485-a675-4d48-805f-a72e81cfcf14/thumb/',
- detail_url: 'http://localhost:49153/v1/images/bc39c485-a675-4d48-805f-a72e81cfcf14/',
- related_url: 'http://localhost:49153/v1/images/bc39c485-a675-4d48-805f-a72e81cfcf14/related/',
- unstable__sensitivity: [],
- },
- {
- id: '5a35cf9d-2c03-4e26-a6ac-f5603064d8ce',
- title: 'Night in Gangnam (3)',
- indexed_on: '2016-11-17T19:52:22.994965Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14664295049',
- url: 'https://live.staticflickr.com/3919/14664295049_ba2f975efb_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: 2354803,
- filetype: null,
- tags: [
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'automobiles',
- accuracy: null,
- },
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'gangnam',
- accuracy: null,
- },
- {
- name: 'korea',
- accuracy: null,
- },
- {
- name: 'lights',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: 0.91881,
- },
- {
- name: 'car',
- accuracy: 0.98467,
- },
- {
- name: 'city',
- accuracy: 0.98844,
- },
- {
- name: 'downtown',
- accuracy: 0.905,
- },
- {
- name: 'monochrome',
- accuracy: 0.97776,
- },
- {
- name: 'neon',
- accuracy: 0.90817,
- },
- {
- name: 'road',
- accuracy: 0.96158,
- },
- {
- name: 'street',
- accuracy: 0.99484,
- },
- {
- name: 'transportation system',
- accuracy: 0.97578,
- },
- {
- name: 'travel',
- accuracy: 0.91423,
- },
- {
- name: 'urban',
- accuracy: 0.96762,
- },
- ],
- attribution: '"Night in Gangnam (3)" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/5a35cf9d-2c03-4e26-a6ac-f5603064d8ce/thumb/',
- detail_url: 'http://localhost:49153/v1/images/5a35cf9d-2c03-4e26-a6ac-f5603064d8ce/',
- related_url: 'http://localhost:49153/v1/images/5a35cf9d-2c03-4e26-a6ac-f5603064d8ce/related/',
- unstable__sensitivity: [],
- },
- {
- id: '99a116f1-1c58-44a8-ac78-7d07b52bfc45',
- title: 'Seongsan bridge',
- indexed_on: '2020-03-28T05:30:33.683200Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/16767930595',
- url: 'https://live.staticflickr.com/8652/16767930595_f99e10bee1_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ė§ķ¬',
- accuracy: null,
- },
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķź°',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'ģ±ģ°ėźµ',
- accuracy: null,
- },
- {
- name: 'ballpod',
- accuracy: null,
- },
- {
- name: 'bridge',
- accuracy: null,
- },
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'infrastructure',
- accuracy: null,
- },
- {
- name: 'longexposure',
- accuracy: null,
- },
- {
- name: 'overcast',
- accuracy: null,
- },
- {
- name: 'ricohgrhicontrastbw',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'sooc',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'ub9c8ud3ec',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'uc131uc0b0ub300uad50',
- accuracy: null,
- },
- {
- name: 'ud55cuac15',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- ],
- attribution: '"Seongsan bridge" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/99a116f1-1c58-44a8-ac78-7d07b52bfc45/thumb/',
- detail_url: 'http://localhost:49153/v1/images/99a116f1-1c58-44a8-ac78-7d07b52bfc45/',
- related_url: 'http://localhost:49153/v1/images/99a116f1-1c58-44a8-ac78-7d07b52bfc45/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'f53cc855-63d7-4429-a979-df5337b0cc49',
- title: '',
- indexed_on: '2020-03-28T02:23:36.937083Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/16012511374',
- url: 'https://live.staticflickr.com/8592/16012511374_1974480bc2_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ė§ķ¬',
- accuracy: null,
- },
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'korea',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'ub9c8ud3ec',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'winter',
- accuracy: null,
- },
- ],
- attribution: 'This work by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/f53cc855-63d7-4429-a979-df5337b0cc49/thumb/',
- detail_url: 'http://localhost:49153/v1/images/f53cc855-63d7-4429-a979-df5337b0cc49/',
- related_url: 'http://localhost:49153/v1/images/f53cc855-63d7-4429-a979-df5337b0cc49/related/',
- unstable__sensitivity: [],
- },
- {
- id: '78668ab1-29d4-4620-9b24-9cd000b1bfd1',
- title: 'Olympic bridge',
- indexed_on: '2020-03-07T01:08:18.044303Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/31708534535',
- url: 'https://live.staticflickr.com/402/31708534535_942dc751c9_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'dusk',
- accuracy: null,
- },
- {
- name: ' dusk',
- accuracy: null,
- },
- {
- name: 'ricohgrpositivefilm',
- accuracy: null,
- },
- {
- name: ' ricohgrpositivefilm',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'sooc',
- accuracy: null,
- },
- {
- name: ' sooc',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: ' southkorea',
- accuracy: null,
- },
- {
- name: 'travel',
- accuracy: null,
- },
- {
- name: ' travel',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'weather',
- accuracy: null,
- },
- {
- name: ' weather',
- accuracy: null,
- },
- ],
- attribution: '"Olympic bridge" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/78668ab1-29d4-4620-9b24-9cd000b1bfd1/thumb/',
- detail_url: 'http://localhost:49153/v1/images/78668ab1-29d4-4620-9b24-9cd000b1bfd1/',
- related_url: 'http://localhost:49153/v1/images/78668ab1-29d4-4620-9b24-9cd000b1bfd1/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'e4b5ac88-5e52-4c09-b3a5-2660b39801ec',
- title: 'Jung',
- indexed_on: '2020-04-04T15:45:26.079458Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14532210419',
- url: 'https://live.staticflickr.com/2911/14532210419_095dd97e67_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'weather',
- accuracy: null,
- },
- ],
- attribution: '"Jung" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 640,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/e4b5ac88-5e52-4c09-b3a5-2660b39801ec/thumb/',
- detail_url: 'http://localhost:49153/v1/images/e4b5ac88-5e52-4c09-b3a5-2660b39801ec/',
- related_url: 'http://localhost:49153/v1/images/e4b5ac88-5e52-4c09-b3a5-2660b39801ec/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'cc1d1fc9-120e-4925-bbfd-16d3d9d32ffa',
- title: 'Phaya Thai around midnight',
- indexed_on: '2020-04-02T20:30:31.193909Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/11909197423',
- url: 'https://live.staticflickr.com/5500/11909197423_dac2025de2_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ąøąø£ąøøąøą¹ąøąø',
- accuracy: null,
- },
- {
- name: 'ąøąø£ąø°ą¹ąøąøØą¹ąøąø¢',
- accuracy: null,
- },
- {
- name: 'bangkok',
- accuracy: null,
- },
- {
- name: 'city',
- accuracy: null,
- },
- {
- name: 'krungthep',
- accuracy: null,
- },
- {
- name: 'lightroom',
- accuracy: null,
- },
- {
- name: 'lightroompresetdownload',
- accuracy: null,
- },
- {
- name: 'lights',
- accuracy: null,
- },
- {
- name: 'lighttrail',
- accuracy: null,
- },
- {
- name: 'longexposure',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'thailand',
- accuracy: null,
- },
- {
- name: 'šthailand',
- accuracy: null,
- },
- {
- name: 'u0e01u0e23u0e38u0e07u0e40u0e17u0e1e',
- accuracy: null,
- },
- {
- name: 'u0e1bu0e23u0e30u0e40u0e17u0e28u0e44u0e17u0e22',
- accuracy: null,
- },
- {
- name: 'ud83dudccdthailand',
- accuracy: null,
- },
- ],
- attribution: '"Phaya Thai around midnight" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 833,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/cc1d1fc9-120e-4925-bbfd-16d3d9d32ffa/thumb/',
- detail_url: 'http://localhost:49153/v1/images/cc1d1fc9-120e-4925-bbfd-16d3d9d32ffa/',
- related_url: 'http://localhost:49153/v1/images/cc1d1fc9-120e-4925-bbfd-16d3d9d32ffa/related/',
- unstable__sensitivity: [],
- },
- {
- id: '02ea45ee-2b0d-4650-9fcd-ba4577321c4c',
- title: 'Night in Gangnam',
- indexed_on: '2020-04-04T19:10:33.628806Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14843651473',
- url: 'https://live.staticflickr.com/2925/14843651473_8412e7b771_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ź°ėØ',
- accuracy: null,
- },
- {
- name: 'ģģø',
- accuracy: null,
- },
- {
- name: 'ķźµ',
- accuracy: null,
- },
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'city',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'uac15ub0a8',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- ],
- attribution: '"Night in Gangnam" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/02ea45ee-2b0d-4650-9fcd-ba4577321c4c/thumb/',
- detail_url: 'http://localhost:49153/v1/images/02ea45ee-2b0d-4650-9fcd-ba4577321c4c/',
- related_url: 'http://localhost:49153/v1/images/02ea45ee-2b0d-4650-9fcd-ba4577321c4c/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'ac4a1079-af87-4e61-976b-58152dc660c8',
- title: 'Hong Kong',
- indexed_on: '2020-04-06T09:05:20.000904Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15892209627',
- url: 'https://live.staticflickr.com/7501/15892209627_5d5bffd250_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'hongkong',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'u9999u6e2f',
- accuracy: null,
- },
- {
- name: 'adult',
- accuracy: 0.93539,
- },
- {
- name: 'group',
- accuracy: 0.91628,
- },
- {
- name: 'group together',
- accuracy: 0.94164,
- },
- {
- name: 'indoors',
- accuracy: 0.94903,
- },
- {
- name: 'monochrome',
- accuracy: 0.91481,
- },
- {
- name: 'people',
- accuracy: 0.98725,
- },
- {
- name: 'railway',
- accuracy: 0.94798,
- },
- {
- name: 'stock',
- accuracy: 0.9092,
- },
- {
- name: 'street',
- accuracy: 0.91845,
- },
- {
- name: 'train',
- accuracy: 0.94198,
- },
- {
- name: 'transportation system',
- accuracy: 0.98697,
- },
- {
- name: 'vehicle',
- accuracy: 0.97632,
- },
- ],
- attribution: '"Hong Kong" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/ac4a1079-af87-4e61-976b-58152dc660c8/thumb/',
- detail_url: 'http://localhost:49153/v1/images/ac4a1079-af87-4e61-976b-58152dc660c8/',
- related_url: 'http://localhost:49153/v1/images/ac4a1079-af87-4e61-976b-58152dc660c8/related/',
- unstable__sensitivity: [],
- },
- {
- id: '2803e601-2193-4218-b0aa-76c7de4bc16a',
- title: 'Bangkok',
- indexed_on: '2020-04-03T15:58:31.270036Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/14079866544',
- url: 'https://live.staticflickr.com/5032/14079866544_b43616d6b1_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'ąøąø£ąøøąøą¹ąøąø',
- accuracy: null,
- },
- {
- name: 'ąøąø£ąø°ą¹ąøąøØą¹ąøąø¢',
- accuracy: null,
- },
- {
- name: 'bangkok',
- accuracy: null,
- },
- {
- name: 'city',
- accuracy: null,
- },
- {
- name: 'grain',
- accuracy: null,
- },
- {
- name: 'krungthep',
- accuracy: null,
- },
- {
- name: 'lights',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'noise',
- accuracy: null,
- },
- {
- name: 'skytrain',
- accuracy: null,
- },
- {
- name: 'thailand',
- accuracy: null,
- },
- {
- name: 'šthailand',
- accuracy: null,
- },
- {
- name: 'u0e01u0e23u0e38u0e07u0e40u0e17u0e1e',
- accuracy: null,
- },
- {
- name: 'u0e1bu0e23u0e30u0e40u0e17u0e28u0e44u0e17u0e22',
- accuracy: null,
- },
- {
- name: 'ud83dudccdthailand',
- accuracy: null,
- },
- ],
- attribution: '"Bangkok" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/2803e601-2193-4218-b0aa-76c7de4bc16a/thumb/',
- detail_url: 'http://localhost:49153/v1/images/2803e601-2193-4218-b0aa-76c7de4bc16a/',
- related_url: 'http://localhost:49153/v1/images/2803e601-2193-4218-b0aa-76c7de4bc16a/related/',
- unstable__sensitivity: [],
- },
- {
- id: '612b18b3-2b52-4491-8712-903b015a0ef2',
- title: 'Hong Kong skyline',
- indexed_on: '2016-11-16T20:34:58.357679Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/15816705939',
- url: 'https://live.staticflickr.com/8631/15816705939_34550ae362_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'fog',
- accuracy: null,
- },
- {
- name: 'hongkong',
- accuracy: null,
- },
- {
- name: 'skyline',
- accuracy: null,
- },
- {
- name: 'sooc',
- accuracy: null,
- },
- {
- name: 'u9999u6e2f',
- accuracy: null,
- },
- {
- name: 'é¦ęøÆ',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: 0.98549,
- },
- {
- name: 'building',
- accuracy: 0.96035,
- },
- {
- name: 'business',
- accuracy: 0.96089,
- },
- {
- name: 'city',
- accuracy: 0.99695,
- },
- {
- name: 'cityscape',
- accuracy: 0.99068,
- },
- {
- name: 'downtown',
- accuracy: 0.99658,
- },
- {
- name: 'finance',
- accuracy: 0.94974,
- },
- {
- name: 'fog',
- accuracy: 0.90625,
- },
- {
- name: 'monochrome',
- accuracy: 0.97225,
- },
- {
- name: 'office',
- accuracy: 0.99014,
- },
- {
- name: 'sky',
- accuracy: 0.91878,
- },
- {
- name: 'skyline',
- accuracy: 0.99756,
- },
- {
- name: 'skyscraper',
- accuracy: 0.99862,
- },
- {
- name: 'street',
- accuracy: 0.93271,
- },
- {
- name: 'sunset',
- accuracy: 0.90152,
- },
- {
- name: 'tallest',
- accuracy: 0.92247,
- },
- {
- name: 'tower',
- accuracy: 0.91636,
- },
- {
- name: 'travel',
- accuracy: 0.94746,
- },
- {
- name: 'urban',
- accuracy: 0.92796,
- },
- ],
- attribution: '"Hong Kong skyline" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/612b18b3-2b52-4491-8712-903b015a0ef2/thumb/',
- detail_url: 'http://localhost:49153/v1/images/612b18b3-2b52-4491-8712-903b015a0ef2/',
- related_url: 'http://localhost:49153/v1/images/612b18b3-2b52-4491-8712-903b015a0ef2/related/',
- unstable__sensitivity: [],
- },
- {
- id: '9ecba772-c460-4b7f-b30f-71a79fc99f63',
- title: 'Cherry blossom street',
- indexed_on: '2020-03-28T12:27:37.985397Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7788419@N05/16442681523',
- url: 'https://live.staticflickr.com/7637/16442681523_3bc3d7db50_b.jpg',
- creator: 'strogoscope',
- creator_url: 'https://www.flickr.com/photos/7788419@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'cherryblossom',
- accuracy: null,
- },
- {
- name: 'ricohgrpositivefilm',
- accuracy: null,
- },
- {
- name: 'seoul',
- accuracy: null,
- },
- {
- name: 'sooc',
- accuracy: null,
- },
- {
- name: 'southkorea',
- accuracy: null,
- },
- {
- name: 'spring',
- accuracy: null,
- },
- {
- name: 'street',
- accuracy: null,
- },
- {
- name: 'ub9c8ud3ec',
- accuracy: null,
- },
- {
- name: 'uc11cuc6b8',
- accuracy: null,
- },
- {
- name: 'ud55cuad6d',
- accuracy: null,
- },
- {
- name: 'architecture',
- accuracy: 0.9772,
- },
- {
- name: 'building',
- accuracy: 0.95524,
- },
- {
- name: 'city',
- accuracy: 0.98945,
- },
- {
- name: 'house',
- accuracy: 0.94902,
- },
- {
- name: 'outdoors',
- accuracy: 0.92273,
- },
- {
- name: 'pavement',
- accuracy: 0.92353,
- },
- {
- name: 'road',
- accuracy: 0.96223,
- },
- {
- name: 'stock',
- accuracy: 0.95178,
- },
- {
- name: 'street',
- accuracy: 0.99663,
- },
- {
- name: 'tourism',
- accuracy: 0.92279,
- },
- {
- name: 'tourist',
- accuracy: 0.90655,
- },
- {
- name: 'town',
- accuracy: 0.98252,
- },
- {
- name: 'travel',
- accuracy: 0.96175,
- },
- {
- name: 'urban',
- accuracy: 0.9669,
- },
- ],
- attribution: '"Cherry blossom street" by strogoscope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 679,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/9ecba772-c460-4b7f-b30f-71a79fc99f63/thumb/',
- detail_url: 'http://localhost:49153/v1/images/9ecba772-c460-4b7f-b30f-71a79fc99f63/',
- related_url: 'http://localhost:49153/v1/images/9ecba772-c460-4b7f-b30f-71a79fc99f63/related/',
- unstable__sensitivity: [],
- },
- ],
- },
- },
-}
diff --git a/frontend/test/tapes/search/images/unstable__collection=tag&tags=cat_keep-alive.json5 b/frontend/test/tapes/search/images/q=birds&unstable__include_sensitive_results=true_keep-alive.json5
similarity index 52%
rename from frontend/test/tapes/search/images/unstable__collection=tag&tags=cat_keep-alive.json5
rename to frontend/test/tapes/search/images/q=birds&unstable__include_sensitive_results=true_keep-alive.json5
index b234c1fd3e2..4bc3ac6025f 100644
--- a/frontend/test/tapes/search/images/unstable__collection=tag&tags=cat_keep-alive.json5
+++ b/frontend/test/tapes/search/images/q=birds&unstable__include_sensitive_results=true_keep-alive.json5
@@ -1,6 +1,6 @@
{
meta: {
- createdAt: '2024-03-03T12:08:09.799Z',
+ createdAt: '2024-04-29T13:47:34.416Z',
host: 'https://api.openverse.org',
resHumanReadable: true,
resUncompressed: true,
@@ -9,7 +9,7 @@
headers: {
connection: 'keep-alive',
},
- url: '/v1/images/?unstable__collection=tag&unstable_tag=cat&collection=tag&tag=cat',
+ url: '/v1/images/?q=birds&unstable__include_sensitive_results=true',
method: 'GET',
body: '',
},
@@ -17,7 +17,7 @@
status: 200,
headers: {
date: [
- 'Sun, 03 Mar 2024 12:08:10 GMT',
+ 'Mon, 29 Apr 2024 13:47:35 GMT',
],
'content-type': [
'application/json',
@@ -58,14 +58,8 @@
'cross-origin-opener-policy': [
'same-origin',
],
- 'access-control-allow-origin': [
- '*',
- ],
- 'access-control-expose-headers': [
- 'cf-cache-status, cf-ray, date',
- ],
'x-request-id': [
- 'ebcaab0cf0fa4b72b2ebb874f947a74c',
+ 'e4a7a8ec454040138aca60bd08489341',
],
'cache-control': [
'max-age=14400',
@@ -74,7 +68,7 @@
'MISS',
],
'last-modified': [
- 'Sun, 03 Mar 2024 12:08:10 GMT',
+ 'Mon, 29 Apr 2024 13:47:35 GMT',
],
'strict-transport-security': [
'max-age=15552000; includeSubDomains; preload',
@@ -83,7 +77,7 @@
'cloudflare',
],
'cf-ray': [
- '85e982a5dbb30394-FRA',
+ '87bfbea4bcea9f40-FRA',
],
'content-encoding': [
'br',
@@ -99,13 +93,13 @@
page: 1,
results: [
{
- id: 'de42d499-d660-47b4-b203-28d5589c31d2',
- title: 'Cat bliss',
- indexed_on: '2020-04-16T18:12:29.554388Z',
- foreign_landing_url: 'https://www.flickr.com/photos/29468339@N02/5840168826',
- url: 'https://live.staticflickr.com/2706/5840168826_486f364c6c_b.jpg',
- creator: '@Doug88888',
- creator_url: 'https://www.flickr.com/photos/29468339@N02',
+ id: '610eff00-91a5-491c-b4f8-2592818e4e27',
+ title: 'Bird on a Post',
+ indexed_on: '2020-05-05T22:09:23.588261Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/72782662@N00/170084124',
+ url: 'https://live.staticflickr.com/46/170084124_e0b9c8db06.jpg',
+ creator: 'brentdanley',
+ creator_url: 'https://www.flickr.com/photos/72782662@N00',
license: 'by-nc-sa',
license_version: '2.0',
license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
@@ -116,42 +110,32 @@
filetype: null,
tags: [
{
- name: 'bliss',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cating',
- accuracy: null,
- },
- {
- name: 'cats',
+ name: 'bird',
accuracy: null,
},
],
- attribution: '"Cat bliss" by @Doug88888 is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ attribution: '"Bird on a Post" by brentdanley is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 819,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/de42d499-d660-47b4-b203-28d5589c31d2/thumb/',
- detail_url: 'http://localhost:49153/v1/images/de42d499-d660-47b4-b203-28d5589c31d2/',
- related_url: 'http://localhost:49153/v1/images/de42d499-d660-47b4-b203-28d5589c31d2/related/',
+ height: 405,
+ width: 500,
+ thumbnail: 'http://localhost:49153/v1/images/610eff00-91a5-491c-b4f8-2592818e4e27/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/610eff00-91a5-491c-b4f8-2592818e4e27/',
+ related_url: 'http://localhost:49153/v1/images/610eff00-91a5-491c-b4f8-2592818e4e27/related/',
unstable__sensitivity: [],
},
{
- id: '1c5442f6-6bb6-4ab7-b603-f598e7579dd2',
- title: 'Cat Fish 2',
- indexed_on: '2020-04-24T11:47:34.004529Z',
- foreign_landing_url: 'https://www.flickr.com/photos/32426194@N00/3481540500',
- url: 'https://live.staticflickr.com/3313/3481540500_c846c62863_b.jpg',
- creator: 'admiller',
- creator_url: 'https://www.flickr.com/photos/32426194@N00',
+ id: 'df2b0e6a-6543-4530-9982-5635b3a9f7da',
+ title: 'Birds',
+ indexed_on: '2020-03-25T04:38:32.389018Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/124868421@N06/27484321144',
+ url: 'https://live.staticflickr.com/7422/27484321144_419612b329_b.jpg',
+ creator: 'Phil Fiddyment',
+ creator_url: 'https://www.flickr.com/photos/124868421@N06',
license: 'by',
license_version: '2.0',
license_url: 'https://creativecommons.org/licenses/by/2.0/',
@@ -162,42 +146,32 @@
filetype: null,
tags: [
{
- name: 'cat',
+ name: 'birds',
accuracy: null,
},
- {
- name: 'cat',
- accuracy: 0.90604,
- },
- {
- name: 'glass',
- accuracy: 0.95701,
- },
- {
- name: 'one',
- accuracy: 0.94012,
- },
],
- attribution: '"Cat Fish 2" by admiller is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ attribution: '"Birds" by Phil Fiddyment is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 1024,
- width: 716,
- thumbnail: 'http://localhost:49153/v1/images/1c5442f6-6bb6-4ab7-b603-f598e7579dd2/thumb/',
- detail_url: 'http://localhost:49153/v1/images/1c5442f6-6bb6-4ab7-b603-f598e7579dd2/',
- related_url: 'http://localhost:49153/v1/images/1c5442f6-6bb6-4ab7-b603-f598e7579dd2/related/',
+ height: 768,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/df2b0e6a-6543-4530-9982-5635b3a9f7da/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/df2b0e6a-6543-4530-9982-5635b3a9f7da/',
+ related_url: 'http://localhost:49153/v1/images/df2b0e6a-6543-4530-9982-5635b3a9f7da/related/',
unstable__sensitivity: [],
},
{
- id: '2a9153ce-fc62-4105-b5af-8648e57829ad',
- title: 'Matata and Albert',
- indexed_on: '2020-04-27T11:23:25.737676Z',
- foreign_landing_url: 'https://www.flickr.com/photos/44947998@N00/2234736659',
- url: 'https://live.staticflickr.com/2186/2234736659_f8bb8eb139_b.jpg',
- creator: 'elisson1',
- creator_url: 'https://www.flickr.com/photos/44947998@N00',
+ id: '654e69e1-3f8f-4fcc-89f7-b1d42c8a6306',
+ title: 'Bird',
+ indexed_on: '2018-11-08T01:45:17.652714Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/24128340@N03/3171822933',
+ url: 'https://live.staticflickr.com/3268/3171822933_9f727d45ff_b.jpg',
+ creator: 'CollegeRocker',
+ creator_url: 'https://www.flickr.com/photos/24128340@N03',
license: 'by-nc-sa',
license_version: '2.0',
license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
@@ -208,45 +182,35 @@
filetype: null,
tags: [
{
- name: 'alligator',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'lolcats',
+ name: 'birds',
accuracy: null,
},
],
- attribution: '"Matata and Albert" by elisson1 is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ attribution: '"Bird" by CollegeRocker is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 1024,
- width: 658,
- thumbnail: 'http://localhost:49153/v1/images/2a9153ce-fc62-4105-b5af-8648e57829ad/thumb/',
- detail_url: 'http://localhost:49153/v1/images/2a9153ce-fc62-4105-b5af-8648e57829ad/',
- related_url: 'http://localhost:49153/v1/images/2a9153ce-fc62-4105-b5af-8648e57829ad/related/',
+ height: 948,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/654e69e1-3f8f-4fcc-89f7-b1d42c8a6306/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/654e69e1-3f8f-4fcc-89f7-b1d42c8a6306/',
+ related_url: 'http://localhost:49153/v1/images/654e69e1-3f8f-4fcc-89f7-b1d42c8a6306/related/',
unstable__sensitivity: [],
},
{
- id: 'e5e3354f-898f-4d48-a1b1-f8254eca8044',
- title: 'five kittens',
- indexed_on: '2020-05-07T10:37:24.945655Z',
- foreign_landing_url: 'https://www.flickr.com/photos/51035576560@N01/5610734',
- url: 'https://live.staticflickr.com/4/5610734_1d08a2ef1d_b.jpg',
- creator: 'Roman R.',
- creator_url: 'https://www.flickr.com/photos/51035576560@N01',
- license: 'by-nc-nd',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ id: 'de06690e-56b8-4bcf-949e-d80f2e730743',
+ title: 'bird',
+ indexed_on: '2020-03-24T17:57:34.958317Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/91501748@N07/27111885091',
+ url: 'https://live.staticflickr.com/7759/27111885091_ee8befbe6a_b.jpg',
+ creator: 'Mathias Appel',
+ creator_url: 'https://www.flickr.com/photos/91501748@N07',
+ license: 'cc0',
+ license_version: '1.0',
+ license_url: 'https://creativecommons.org/publicdomain/zero/1.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -254,49 +218,35 @@
filetype: null,
tags: [
{
- name: 'britishshorthair',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'kitten',
- accuracy: null,
- },
- {
- name: 'kittens',
+ name: 'bird',
accuracy: null,
},
],
- attribution: '"five kittens" by Roman R. is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ attribution: '"bird" by Mathias Appel is marked with CC0 1.0. To view the terms, visit https://creativecommons.org/publicdomain/zero/1.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 768,
+ height: 678,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/e5e3354f-898f-4d48-a1b1-f8254eca8044/thumb/',
- detail_url: 'http://localhost:49153/v1/images/e5e3354f-898f-4d48-a1b1-f8254eca8044/',
- related_url: 'http://localhost:49153/v1/images/e5e3354f-898f-4d48-a1b1-f8254eca8044/related/',
+ thumbnail: 'http://localhost:49153/v1/images/de06690e-56b8-4bcf-949e-d80f2e730743/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/de06690e-56b8-4bcf-949e-d80f2e730743/',
+ related_url: 'http://localhost:49153/v1/images/de06690e-56b8-4bcf-949e-d80f2e730743/related/',
unstable__sensitivity: [],
},
{
- id: 'cbda4d36-63e8-4a1b-9925-58b10582ddae',
- title: 'Kitten',
- indexed_on: '2020-04-07T06:15:29.697016Z',
- foreign_landing_url: 'https://www.flickr.com/photos/29638108@N06/8571234671',
- url: 'https://live.staticflickr.com/8098/8571234671_a4688e831b_b.jpg',
- creator: 'www.metaphoricalplatypus.com',
- creator_url: 'https://www.flickr.com/photos/29638108@N06',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ id: 'b61022d9-d85b-432f-8e83-17270580bef5',
+ title: 'bird',
+ indexed_on: '2020-03-24T19:12:36.630482Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/91501748@N07/26576011703',
+ url: 'https://live.staticflickr.com/7306/26576011703_c44f65da14_b.jpg',
+ creator: 'Mathias Appel',
+ creator_url: 'https://www.flickr.com/photos/91501748@N07',
+ license: 'cc0',
+ license_version: '1.0',
+ license_url: 'https://creativecommons.org/publicdomain/zero/1.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -304,49 +254,35 @@
filetype: null,
tags: [
{
- name: 'animals',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'kitten',
- accuracy: null,
- },
- {
- name: 'kittens',
+ name: 'bird',
accuracy: null,
},
],
- attribution: '"Kitten" by www.metaphoricalplatypus.com is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ attribution: '"bird" by Mathias Appel is marked with CC0 1.0. To view the terms, visit https://creativecommons.org/publicdomain/zero/1.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 1024,
- width: 919,
- thumbnail: 'http://localhost:49153/v1/images/cbda4d36-63e8-4a1b-9925-58b10582ddae/thumb/',
- detail_url: 'http://localhost:49153/v1/images/cbda4d36-63e8-4a1b-9925-58b10582ddae/',
- related_url: 'http://localhost:49153/v1/images/cbda4d36-63e8-4a1b-9925-58b10582ddae/related/',
+ height: 678,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/b61022d9-d85b-432f-8e83-17270580bef5/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/b61022d9-d85b-432f-8e83-17270580bef5/',
+ related_url: 'http://localhost:49153/v1/images/b61022d9-d85b-432f-8e83-17270580bef5/related/',
unstable__sensitivity: [],
},
{
- id: 'f3427421-5bc6-4cf7-a218-217fee370c36',
- title: 'Kittens',
- indexed_on: '2020-04-08T18:29:31.285259Z',
- foreign_landing_url: 'https://www.flickr.com/photos/29638108@N06/9326053611',
- url: 'https://live.staticflickr.com/7369/9326053611_f2860ecb42_b.jpg',
- creator: 'www.metaphoricalplatypus.com',
- creator_url: 'https://www.flickr.com/photos/29638108@N06',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ id: '400c948a-0fce-4422-9176-1e42bd451530',
+ title: 'bird',
+ indexed_on: '2020-03-24T13:40:44.518301Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/91501748@N07/26154953033',
+ url: 'https://live.staticflickr.com/1450/26154953033_74c178ebce_b.jpg',
+ creator: 'Mathias Appel',
+ creator_url: 'https://www.flickr.com/photos/91501748@N07',
+ license: 'cc0',
+ license_version: '1.0',
+ license_url: 'https://creativecommons.org/publicdomain/zero/1.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -354,49 +290,35 @@
filetype: null,
tags: [
{
- name: 'animals',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'kitten',
- accuracy: null,
- },
- {
- name: 'kittens',
+ name: 'bird',
accuracy: null,
},
],
- attribution: '"Kittens" by www.metaphoricalplatypus.com is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ attribution: '"bird" by Mathias Appel is marked with CC0 1.0. To view the terms, visit https://creativecommons.org/publicdomain/zero/1.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 1024,
- width: 820,
- thumbnail: 'http://localhost:49153/v1/images/f3427421-5bc6-4cf7-a218-217fee370c36/thumb/',
- detail_url: 'http://localhost:49153/v1/images/f3427421-5bc6-4cf7-a218-217fee370c36/',
- related_url: 'http://localhost:49153/v1/images/f3427421-5bc6-4cf7-a218-217fee370c36/related/',
+ height: 678,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/400c948a-0fce-4422-9176-1e42bd451530/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/400c948a-0fce-4422-9176-1e42bd451530/',
+ related_url: 'http://localhost:49153/v1/images/400c948a-0fce-4422-9176-1e42bd451530/related/',
unstable__sensitivity: [],
},
{
- id: 'b9bbd2be-a68e-4d2c-ad85-f43000cb8d55',
- title: 'cat',
- indexed_on: '2020-04-25T01:39:33.773553Z',
- foreign_landing_url: 'https://www.flickr.com/photos/93665474@N00/3717404325',
- url: 'https://live.staticflickr.com/3436/3717404325_db41d8d687_b.jpg',
- creator: 'Alex Balan',
- creator_url: 'https://www.flickr.com/photos/93665474@N00',
- license: 'by-nc-sa',
+ id: 'd3a2d9fd-14c0-4120-b875-a210c80fa601',
+ title: 'A bird in UCD campus',
+ indexed_on: '2020-05-02T20:29:24.778660Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/8259942@N04/525739466',
+ url: 'https://live.staticflickr.com/224/525739466_c4c510624e_b.jpg',
+ creator: 'asinensis',
+ creator_url: 'https://www.flickr.com/photos/8259942@N04',
+ license: 'by',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -404,149 +326,107 @@
filetype: null,
tags: [
{
- name: 'animals',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'lovely',
- accuracy: null,
- },
- {
- name: 'pets',
+ name: 'bird',
accuracy: null,
},
],
- attribution: '"cat" by Alex Balan is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ attribution: '"A bird in UCD campus" by asinensis is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 768,
+ height: 1024,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/b9bbd2be-a68e-4d2c-ad85-f43000cb8d55/thumb/',
- detail_url: 'http://localhost:49153/v1/images/b9bbd2be-a68e-4d2c-ad85-f43000cb8d55/',
- related_url: 'http://localhost:49153/v1/images/b9bbd2be-a68e-4d2c-ad85-f43000cb8d55/related/',
+ thumbnail: 'http://localhost:49153/v1/images/d3a2d9fd-14c0-4120-b875-a210c80fa601/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/d3a2d9fd-14c0-4120-b875-a210c80fa601/',
+ related_url: 'http://localhost:49153/v1/images/d3a2d9fd-14c0-4120-b875-a210c80fa601/related/',
unstable__sensitivity: [],
},
{
- id: 'eea1852b-1c1b-42d4-b505-4ed38e380dde',
- title: 'cat',
- indexed_on: '2020-03-20T22:54:33.937468Z',
- foreign_landing_url: 'https://www.flickr.com/photos/27497869@N04/34549084163',
- url: 'https://live.staticflickr.com/4248/34549084163_a211fa4226_b.jpg',
- creator: 'Ben Chen Photography',
- creator_url: 'https://www.flickr.com/photos/27497869@N04',
- license: 'by-nc-nd',
+ id: 'da5cb478-c093-4d62-b721-cda18797e3fb',
+ title: 'bird',
+ indexed_on: '2020-04-27T19:49:30.552050Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/8488209@N07/2385230430',
+ url: 'https://live.staticflickr.com/2129/2385230430_a699b25f12_b.jpg',
+ creator: 'Chester Zoo',
+ creator_url: 'https://www.flickr.com/photos/8488209@N07',
+ license: 'by-nd',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by-nd/2.0/',
provider: 'flickr',
source: 'flickr',
- category: 'photograph',
+ category: null,
filesize: null,
- filetype: 'jpg',
+ filetype: null,
tags: [
{
- name: 'benagexyz',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'u8c93',
- accuracy: null,
- },
- {
- name: 'č²',
+ name: 'bird',
accuracy: null,
},
],
- attribution: '"cat" by Ben Chen Photography is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ attribution: '"bird" by Chester Zoo is licensed under CC BY-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nd/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 683,
+ height: 768,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/eea1852b-1c1b-42d4-b505-4ed38e380dde/thumb/',
- detail_url: 'http://localhost:49153/v1/images/eea1852b-1c1b-42d4-b505-4ed38e380dde/',
- related_url: 'http://localhost:49153/v1/images/eea1852b-1c1b-42d4-b505-4ed38e380dde/related/',
+ thumbnail: 'http://localhost:49153/v1/images/da5cb478-c093-4d62-b721-cda18797e3fb/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/da5cb478-c093-4d62-b721-cda18797e3fb/',
+ related_url: 'http://localhost:49153/v1/images/da5cb478-c093-4d62-b721-cda18797e3fb/related/',
unstable__sensitivity: [],
},
{
- id: '3d32b0c5-58b3-4e38-b034-cd6c8d674d73',
- title: 'cat in the sun',
- indexed_on: '2020-04-02T11:05:26.845386Z',
- foreign_landing_url: 'https://www.flickr.com/photos/32695450@N05/11748899763',
- url: 'https://live.staticflickr.com/7300/11748899763_2dd16da8b4_b.jpg',
- creator: 'fidber',
- creator_url: 'https://www.flickr.com/photos/32695450@N05',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ id: 'b6ee1214-b1d1-4103-98bc-aa838ed3af6a',
+ title: 'Ross-s Goose - A rare bird sighted near the Ocracoke boat docks on Wednesday Jan. 26, 2022',
+ indexed_on: '2023-03-11T16:27:35.165213Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/106602675@N05/52045854320',
+ url: 'https://live.staticflickr.com/65535/52045854320_4174412e6d_b.jpg',
+ creator: 'CapeHatterasNPS',
+ creator_url: 'https://www.flickr.com/photos/106602675@N05',
+ license: 'pdm',
+ license_version: '1.0',
+ license_url: 'https://creativecommons.org/publicdomain/mark/1.0/',
provider: 'flickr',
source: 'flickr',
- category: null,
+ category: 'photograph',
filesize: null,
- filetype: null,
+ filetype: 'jpg',
tags: [
{
- name: 'animal',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'chat',
- accuracy: null,
- },
- {
- name: 'soleil',
+ name: 'birds',
accuracy: null,
},
],
- attribution: '"cat in the sun" by fidber is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ attribution: '"Ross-s Goose - A rare bird sighted near the Ocracoke boat docks on Wednesday Jan. 26, 2022" by CapeHatterasNPS is marked with Public Domain Mark 1.0. To view the terms, visit https://creativecommons.org/publicdomain/mark/1.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 682,
+ height: 774,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/3d32b0c5-58b3-4e38-b034-cd6c8d674d73/thumb/',
- detail_url: 'http://localhost:49153/v1/images/3d32b0c5-58b3-4e38-b034-cd6c8d674d73/',
- related_url: 'http://localhost:49153/v1/images/3d32b0c5-58b3-4e38-b034-cd6c8d674d73/related/',
+ thumbnail: 'http://localhost:49153/v1/images/b6ee1214-b1d1-4103-98bc-aa838ed3af6a/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/b6ee1214-b1d1-4103-98bc-aa838ed3af6a/',
+ related_url: 'http://localhost:49153/v1/images/b6ee1214-b1d1-4103-98bc-aa838ed3af6a/related/',
unstable__sensitivity: [],
},
{
- id: 'aafaf91c-4d64-4f2e-b8ec-d7e77131b888',
- title: 'Cat on the sofa',
- indexed_on: '2018-11-08T17:31:32.467511Z',
- foreign_landing_url: 'https://www.flickr.com/photos/57443751@N07/6494613787',
- url: 'https://live.staticflickr.com/7004/6494613787_9a3031fa7d_b.jpg',
- creator: 'sushiraider',
- creator_url: 'https://www.flickr.com/photos/57443751@N07',
- license: 'by-nc-sa',
+ id: '3d5b0091-6d7a-4592-abcd-b8924ecc7c67',
+ title: 'Birds',
+ indexed_on: '2020-04-23T18:24:26.783462Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/12261156@N07/3179821423',
+ url: 'https://live.staticflickr.com/3506/3179821423_30af59d2a7_b.jpg',
+ creator: 'nola.agent',
+ creator_url: 'https://www.flickr.com/photos/12261156@N07',
+ license: 'by',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -554,46 +434,32 @@
filetype: null,
tags: [
{
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'chat',
- accuracy: null,
- },
- {
- name: 'ringexcellence',
- accuracy: null,
- },
- {
- name: 'sofa',
+ name: 'birds',
accuracy: null,
},
],
- attribution: '"Cat on the sofa" by sushiraider is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ attribution: '"Birds" by nola.agent is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 684,
+ height: 768,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/aafaf91c-4d64-4f2e-b8ec-d7e77131b888/thumb/',
- detail_url: 'http://localhost:49153/v1/images/aafaf91c-4d64-4f2e-b8ec-d7e77131b888/',
- related_url: 'http://localhost:49153/v1/images/aafaf91c-4d64-4f2e-b8ec-d7e77131b888/related/',
+ thumbnail: 'http://localhost:49153/v1/images/3d5b0091-6d7a-4592-abcd-b8924ecc7c67/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/3d5b0091-6d7a-4592-abcd-b8924ecc7c67/',
+ related_url: 'http://localhost:49153/v1/images/3d5b0091-6d7a-4592-abcd-b8924ecc7c67/related/',
unstable__sensitivity: [],
},
{
- id: '2f8d8f5c-7e53-490e-8679-8157bbd3bbf2',
- title: 'Kitten',
- indexed_on: '2020-04-08T11:10:25.498829Z',
- foreign_landing_url: 'https://www.flickr.com/photos/29638108@N06/9158627549',
- url: 'https://live.staticflickr.com/3739/9158627549_7d431cc016_b.jpg',
- creator: 'www.metaphoricalplatypus.com',
- creator_url: 'https://www.flickr.com/photos/29638108@N06',
+ id: 'c4d08a5b-c8a4-4b40-92f2-7fe03892dcbd',
+ title: 'Birds',
+ indexed_on: '2020-03-25T04:23:49.602392Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/124868421@N06/27461365214',
+ url: 'https://live.staticflickr.com/7628/27461365214_e7c42ec1bb_b.jpg',
+ creator: 'Phil Fiddyment',
+ creator_url: 'https://www.flickr.com/photos/124868421@N06',
license: 'by',
license_version: '2.0',
license_url: 'https://creativecommons.org/licenses/by/2.0/',
@@ -604,49 +470,35 @@
filetype: null,
tags: [
{
- name: 'animals',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'kitten',
- accuracy: null,
- },
- {
- name: 'kittens',
+ name: 'birds',
accuracy: null,
},
],
- attribution: '"Kitten" by www.metaphoricalplatypus.com is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ attribution: '"Birds" by Phil Fiddyment is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 1024,
- width: 700,
- thumbnail: 'http://localhost:49153/v1/images/2f8d8f5c-7e53-490e-8679-8157bbd3bbf2/thumb/',
- detail_url: 'http://localhost:49153/v1/images/2f8d8f5c-7e53-490e-8679-8157bbd3bbf2/',
- related_url: 'http://localhost:49153/v1/images/2f8d8f5c-7e53-490e-8679-8157bbd3bbf2/related/',
+ height: 801,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/c4d08a5b-c8a4-4b40-92f2-7fe03892dcbd/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/c4d08a5b-c8a4-4b40-92f2-7fe03892dcbd/',
+ related_url: 'http://localhost:49153/v1/images/c4d08a5b-c8a4-4b40-92f2-7fe03892dcbd/related/',
unstable__sensitivity: [],
},
{
- id: 'e8b4a1bb-940a-4eb8-96a7-7b3fbd033226',
- title: 'Cats',
- indexed_on: '2020-04-17T11:27:23.328600Z',
- foreign_landing_url: 'https://www.flickr.com/photos/9958204@N07/6117272430',
- url: 'https://live.staticflickr.com/6082/6117272430_5b539f14fc_b.jpg',
- creator: 'x-oph',
- creator_url: 'https://www.flickr.com/photos/9958204@N07',
- license: 'by-sa',
+ id: '07d65160-de9c-4731-935f-6bc4d3c607d9',
+ title: 'Birds',
+ indexed_on: '2020-03-25T06:50:49.964226Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/124868421@N06/27703511674',
+ url: 'https://live.staticflickr.com/7770/27703511674_007d2a2120_b.jpg',
+ creator: 'Phil Fiddyment',
+ creator_url: 'https://www.flickr.com/photos/124868421@N06',
+ license: 'by',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -654,49 +506,35 @@
filetype: null,
tags: [
{
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'cats',
- accuracy: null,
- },
- {
- name: 'felis',
- accuracy: null,
- },
- {
- name: 'kot',
- accuracy: null,
- },
- {
- name: 'koty',
+ name: 'birds',
accuracy: null,
},
],
- attribution: '"Cats" by x-oph is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ attribution: '"Birds" by Phil Fiddyment is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 681,
+ height: 687,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/e8b4a1bb-940a-4eb8-96a7-7b3fbd033226/thumb/',
- detail_url: 'http://localhost:49153/v1/images/e8b4a1bb-940a-4eb8-96a7-7b3fbd033226/',
- related_url: 'http://localhost:49153/v1/images/e8b4a1bb-940a-4eb8-96a7-7b3fbd033226/related/',
+ thumbnail: 'http://localhost:49153/v1/images/07d65160-de9c-4731-935f-6bc4d3c607d9/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/07d65160-de9c-4731-935f-6bc4d3c607d9/',
+ related_url: 'http://localhost:49153/v1/images/07d65160-de9c-4731-935f-6bc4d3c607d9/related/',
unstable__sensitivity: [],
},
{
- id: '8717abf4-5254-46dc-979d-5ee6470490df',
- title: 'Cat',
- indexed_on: '2020-04-15T12:41:20.465485Z',
- foreign_landing_url: 'https://www.flickr.com/photos/50183570@N00/5315427230',
- url: 'https://live.staticflickr.com/5167/5315427230_2557ba79b2_b.jpg',
- creator: 'Ava Babili',
- creator_url: 'https://www.flickr.com/photos/50183570@N00',
- license: 'by-nc-nd',
+ id: '846878e1-89d2-403c-826b-8a5c59a9864f',
+ title: 'Birds',
+ indexed_on: '2020-03-25T03:42:00.308829Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/124868421@N06/27911775312',
+ url: 'https://live.staticflickr.com/7704/27911775312_53379417d0_b.jpg',
+ creator: 'Phil Fiddyment',
+ creator_url: 'https://www.flickr.com/photos/124868421@N06',
+ license: 'by',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -704,33 +542,35 @@
filetype: null,
tags: [
{
- name: 'cat',
+ name: 'birds',
accuracy: null,
},
],
- attribution: '"Cat" by Ava Babili is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
+ attribution: '"Birds" by Phil Fiddyment is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 1024,
- width: 683,
- thumbnail: 'http://localhost:49153/v1/images/8717abf4-5254-46dc-979d-5ee6470490df/thumb/',
- detail_url: 'http://localhost:49153/v1/images/8717abf4-5254-46dc-979d-5ee6470490df/',
- related_url: 'http://localhost:49153/v1/images/8717abf4-5254-46dc-979d-5ee6470490df/related/',
+ height: 750,
+ width: 1000,
+ thumbnail: 'http://localhost:49153/v1/images/846878e1-89d2-403c-826b-8a5c59a9864f/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/846878e1-89d2-403c-826b-8a5c59a9864f/',
+ related_url: 'http://localhost:49153/v1/images/846878e1-89d2-403c-826b-8a5c59a9864f/related/',
unstable__sensitivity: [],
},
{
- id: '0e932248-8c04-45b5-b32f-705302a60a99',
- title: "Colomna's Cat",
- indexed_on: '2020-03-28T10:59:33.450710Z',
- foreign_landing_url: 'https://www.flickr.com/photos/56362481@N06/17003101291',
- url: 'https://live.staticflickr.com/8695/17003101291_0e8fb4f829.jpg',
- creator: 'Taema',
- creator_url: 'https://www.flickr.com/photos/56362481@N06',
- license: 'by-nc-sa',
+ id: '8ccf629c-810e-4d55-ae67-832e8621a9c6',
+ title: 'bird-7',
+ indexed_on: '2018-11-09T02:22:56.756031Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/19373739@N02/8627671825',
+ url: 'https://live.staticflickr.com/8255/8627671825_e8066d61c7_b.jpg',
+ creator: 'christopher.d.heald',
+ creator_url: 'https://www.flickr.com/photos/19373739@N02',
+ license: 'by-sa',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -738,33 +578,35 @@
filetype: null,
tags: [
{
- name: 'cat',
+ name: 'bird',
accuracy: null,
},
],
- attribution: '"Colomna\'s Cat" by Taema is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
+ attribution: '"bird-7" by christopher.d.heald is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 333,
- width: 500,
- thumbnail: 'http://localhost:49153/v1/images/0e932248-8c04-45b5-b32f-705302a60a99/thumb/',
- detail_url: 'http://localhost:49153/v1/images/0e932248-8c04-45b5-b32f-705302a60a99/',
- related_url: 'http://localhost:49153/v1/images/0e932248-8c04-45b5-b32f-705302a60a99/related/',
+ height: 681,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/8ccf629c-810e-4d55-ae67-832e8621a9c6/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/8ccf629c-810e-4d55-ae67-832e8621a9c6/',
+ related_url: 'http://localhost:49153/v1/images/8ccf629c-810e-4d55-ae67-832e8621a9c6/related/',
unstable__sensitivity: [],
},
{
- id: '9ee77a50-70ba-4d4e-9972-16981b460f64',
- title: 'Cat',
- indexed_on: '2020-05-07T11:28:24.149119Z',
- foreign_landing_url: 'https://www.flickr.com/photos/50642338@N00/8378612',
- url: 'https://live.staticflickr.com/6/8378612_34ab6787ae_b.jpg',
- creator: 'sfllaw',
- creator_url: 'https://www.flickr.com/photos/50642338@N00',
- license: 'by-sa',
+ id: '39451123-ee45-4ec3-ad8d-b42d856bca06',
+ title: 'Birds',
+ indexed_on: '2020-03-25T06:50:49.964226Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/124868421@N06/27703513814',
+ url: 'https://live.staticflickr.com/7470/27703513814_b1be1c2514_b.jpg',
+ creator: 'Phil Fiddyment',
+ creator_url: 'https://www.flickr.com/photos/124868421@N06',
+ license: 'by',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -772,33 +614,35 @@
filetype: null,
tags: [
{
- name: 'cat',
+ name: 'birds',
accuracy: null,
},
],
- attribution: '"Cat" by sfllaw is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ attribution: '"Birds" by Phil Fiddyment is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 1024,
- width: 768,
- thumbnail: 'http://localhost:49153/v1/images/9ee77a50-70ba-4d4e-9972-16981b460f64/thumb/',
- detail_url: 'http://localhost:49153/v1/images/9ee77a50-70ba-4d4e-9972-16981b460f64/',
- related_url: 'http://localhost:49153/v1/images/9ee77a50-70ba-4d4e-9972-16981b460f64/related/',
+ height: 719,
+ width: 1024,
+ thumbnail: 'http://localhost:49153/v1/images/39451123-ee45-4ec3-ad8d-b42d856bca06/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/39451123-ee45-4ec3-ad8d-b42d856bca06/',
+ related_url: 'http://localhost:49153/v1/images/39451123-ee45-4ec3-ad8d-b42d856bca06/related/',
unstable__sensitivity: [],
},
{
- id: '546174e4-09b6-4b95-befb-0a054e017768',
- title: 'cats_2010-07-18_6',
- indexed_on: '2020-04-22T03:20:33.185028Z',
- foreign_landing_url: 'https://www.flickr.com/photos/16902016@N05/4803781129',
- url: 'https://live.staticflickr.com/4075/4803781129_c49b82b948_b.jpg',
- creator: 'yousukezan',
- creator_url: 'https://www.flickr.com/photos/16902016@N05',
- license: 'by-sa',
+ id: '74461687-0d20-4a53-abc2-7e576b22ed90',
+ title: 'Bird - Seagull enjoying the sunset',
+ indexed_on: '2018-11-08T17:31:32.467511Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/41304517@N00/6804580319',
+ url: 'https://live.staticflickr.com/7007/6804580319_dff051587e_b.jpg',
+ creator: 'blmiers2',
+ creator_url: 'https://www.flickr.com/photos/41304517@N00',
+ license: 'by-nc-sa',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -806,30 +650,56 @@
filetype: null,
tags: [
{
- name: 'cat',
+ name: 'bird',
+ accuracy: null,
+ },
+ {
+ name: 'birds',
+ accuracy: null,
+ },
+ {
+ name: 'blm18',
+ accuracy: null,
+ },
+ {
+ name: 'blmiers2',
+ accuracy: null,
+ },
+ {
+ name: 'd3100',
+ accuracy: null,
+ },
+ {
+ name: 'nikon',
+ accuracy: null,
+ },
+ {
+ name: 'seagull',
accuracy: null,
},
],
- attribution: '"cats_2010-07-18_6" by yousukezan is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ attribution: '"Bird - Seagull enjoying the sunset" by blmiers2 is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 685,
+ height: 683,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/546174e4-09b6-4b95-befb-0a054e017768/thumb/',
- detail_url: 'http://localhost:49153/v1/images/546174e4-09b6-4b95-befb-0a054e017768/',
- related_url: 'http://localhost:49153/v1/images/546174e4-09b6-4b95-befb-0a054e017768/related/',
+ thumbnail: 'http://localhost:49153/v1/images/74461687-0d20-4a53-abc2-7e576b22ed90/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/74461687-0d20-4a53-abc2-7e576b22ed90/',
+ related_url: 'http://localhost:49153/v1/images/74461687-0d20-4a53-abc2-7e576b22ed90/related/',
unstable__sensitivity: [],
},
{
- id: 'f7bdc4c4-bd18-4cb6-8229-275cf1b9e88c',
- title: '',
- indexed_on: '2020-04-11T08:48:23.492811Z',
- foreign_landing_url: 'https://www.flickr.com/photos/26719227@N00/11173305515',
- url: 'https://live.staticflickr.com/3813/11173305515_17ff6c5694_b.jpg',
- creator: 'Han Cheng Yeh',
- creator_url: 'https://www.flickr.com/photos/26719227@N00',
+ id: 'a8bf5aa0-2ada-4e5b-bde0-7a6c19bb6232',
+ title: 'Birds',
+ indexed_on: '2020-03-24T17:34:19.372768Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/124868421@N06/27094828516',
+ url: 'https://live.staticflickr.com/7125/27094828516_74ac954b1a_b.jpg',
+ creator: 'Phil Fiddyment',
+ creator_url: 'https://www.flickr.com/photos/124868421@N06',
license: 'by',
license_version: '2.0',
license_url: 'https://creativecommons.org/licenses/by/2.0/',
@@ -840,30 +710,36 @@
filetype: null,
tags: [
{
- name: 'cat',
+ name: 'birds',
+ accuracy: null,
+ },
+ {
+ name: 'hawk',
accuracy: null,
},
],
- attribution: 'This work by Han Cheng Yeh is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ attribution: '"Birds" by Phil Fiddyment is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 683,
+ height: 768,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/f7bdc4c4-bd18-4cb6-8229-275cf1b9e88c/thumb/',
- detail_url: 'http://localhost:49153/v1/images/f7bdc4c4-bd18-4cb6-8229-275cf1b9e88c/',
- related_url: 'http://localhost:49153/v1/images/f7bdc4c4-bd18-4cb6-8229-275cf1b9e88c/related/',
+ thumbnail: 'http://localhost:49153/v1/images/a8bf5aa0-2ada-4e5b-bde0-7a6c19bb6232/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/a8bf5aa0-2ada-4e5b-bde0-7a6c19bb6232/',
+ related_url: 'http://localhost:49153/v1/images/a8bf5aa0-2ada-4e5b-bde0-7a6c19bb6232/related/',
unstable__sensitivity: [],
},
{
- id: 'e5f45f85-c0c6-4b6c-97e3-19e9c3d92128',
- title: 'cat',
- indexed_on: '2020-04-21T15:55:36.196610Z',
- foreign_landing_url: 'https://www.flickr.com/photos/18090920@N07/4615217885',
- url: 'https://live.staticflickr.com/3415/4615217885_0bf565318f_b.jpg',
- creator: 'Sean MacEntee',
- creator_url: 'https://www.flickr.com/photos/18090920@N07',
+ id: '205918ca-66ac-4d9c-a865-d8cccaa69977',
+ title: 'Birds',
+ indexed_on: '2020-03-24T17:34:19.372768Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/124868421@N06/27094827186',
+ url: 'https://live.staticflickr.com/7672/27094827186_662cb72137_b.jpg',
+ creator: 'Phil Fiddyment',
+ creator_url: 'https://www.flickr.com/photos/124868421@N06',
license: 'by',
license_version: '2.0',
license_url: 'https://creativecommons.org/licenses/by/2.0/',
@@ -874,33 +750,39 @@
filetype: null,
tags: [
{
- name: 'cat',
+ name: 'birds',
+ accuracy: null,
+ },
+ {
+ name: 'hawk',
accuracy: null,
},
],
- attribution: '"cat" by Sean MacEntee is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ attribution: '"Birds" by Phil Fiddyment is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 768,
+ height: 679,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/e5f45f85-c0c6-4b6c-97e3-19e9c3d92128/thumb/',
- detail_url: 'http://localhost:49153/v1/images/e5f45f85-c0c6-4b6c-97e3-19e9c3d92128/',
- related_url: 'http://localhost:49153/v1/images/e5f45f85-c0c6-4b6c-97e3-19e9c3d92128/related/',
+ thumbnail: 'http://localhost:49153/v1/images/205918ca-66ac-4d9c-a865-d8cccaa69977/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/205918ca-66ac-4d9c-a865-d8cccaa69977/',
+ related_url: 'http://localhost:49153/v1/images/205918ca-66ac-4d9c-a865-d8cccaa69977/related/',
unstable__sensitivity: [],
},
{
- id: 'eb17cbab-5ede-4a14-80b4-ebca2bf48e9b',
- title: 'Cat',
- indexed_on: '2020-04-22T17:39:33.244099Z',
- foreign_landing_url: 'https://www.flickr.com/photos/71834709@N00/5049875952',
- url: 'https://live.staticflickr.com/4087/5049875952_a0dcb3c9c0_b.jpg',
- creator: 'Colin ZHU',
- creator_url: 'https://www.flickr.com/photos/71834709@N00',
- license: 'by-sa',
+ id: '1f8564d1-a1de-40a7-b4c8-95892745784c',
+ title: 'Bird',
+ indexed_on: '2020-04-13T17:06:20.384318Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/30374743@N03/8081245179',
+ url: 'https://live.staticflickr.com/8050/8081245179_12f2e76991_b.jpg',
+ creator: 'Dave Williss',
+ creator_url: 'https://www.flickr.com/photos/30374743@N03',
+ license: 'by',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by/2.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -908,33 +790,39 @@
filetype: null,
tags: [
{
- name: 'cat',
+ name: 'bird',
+ accuracy: null,
+ },
+ {
+ name: 'wildernesspark',
accuracy: null,
},
],
- attribution: '"Cat" by Colin ZHU is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
+ attribution: '"Bird" by Dave Williss is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
- height: 683,
+ height: 682,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/eb17cbab-5ede-4a14-80b4-ebca2bf48e9b/thumb/',
- detail_url: 'http://localhost:49153/v1/images/eb17cbab-5ede-4a14-80b4-ebca2bf48e9b/',
- related_url: 'http://localhost:49153/v1/images/eb17cbab-5ede-4a14-80b4-ebca2bf48e9b/related/',
+ thumbnail: 'http://localhost:49153/v1/images/1f8564d1-a1de-40a7-b4c8-95892745784c/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/1f8564d1-a1de-40a7-b4c8-95892745784c/',
+ related_url: 'http://localhost:49153/v1/images/1f8564d1-a1de-40a7-b4c8-95892745784c/related/',
unstable__sensitivity: [],
},
{
- id: 'f94097cc-b971-4276-94f2-8f7a6877ee81',
- title: 'cat',
- indexed_on: '2020-04-21T15:55:36.196610Z',
- foreign_landing_url: 'https://www.flickr.com/photos/18090920@N07/4615211501',
- url: 'https://live.staticflickr.com/4067/4615211501_f0cee1c22b_b.jpg',
- creator: 'Sean MacEntee',
- creator_url: 'https://www.flickr.com/photos/18090920@N07',
- license: 'by',
+ id: '6a922475-4b4e-43b0-b4a0-ffc38d27054f',
+ title: 'Bird on fence',
+ indexed_on: '2020-04-24T16:42:27.513754Z',
+ foreign_landing_url: 'https://www.flickr.com/photos/34698719@N07/3564438787',
+ url: 'https://live.staticflickr.com/3601/3564438787_a335409bc5_b.jpg',
+ creator: 'fawlty128',
+ creator_url: 'https://www.flickr.com/photos/34698719@N07',
+ license: 'by-nc',
license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
+ license_url: 'https://creativecommons.org/licenses/by-nc/2.0/',
provider: 'flickr',
source: 'flickr',
category: null,
@@ -942,20 +830,26 @@
filetype: null,
tags: [
{
- name: 'cat',
+ name: 'bird',
+ accuracy: null,
+ },
+ {
+ name: 'starling',
accuracy: null,
},
],
- attribution: '"cat" by Sean MacEntee is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
+ attribution: '"Bird on fence" by fawlty128 is licensed under CC BY-NC 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc/2.0/.',
fields_matched: [
+ 'description',
+ 'title',
'tags.name',
],
mature: false,
height: 768,
width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/f94097cc-b971-4276-94f2-8f7a6877ee81/thumb/',
- detail_url: 'http://localhost:49153/v1/images/f94097cc-b971-4276-94f2-8f7a6877ee81/',
- related_url: 'http://localhost:49153/v1/images/f94097cc-b971-4276-94f2-8f7a6877ee81/related/',
+ thumbnail: 'http://localhost:49153/v1/images/6a922475-4b4e-43b0-b4a0-ffc38d27054f/thumb/',
+ detail_url: 'http://localhost:49153/v1/images/6a922475-4b4e-43b0-b4a0-ffc38d27054f/',
+ related_url: 'http://localhost:49153/v1/images/6a922475-4b4e-43b0-b4a0-ffc38d27054f/related/',
unstable__sensitivity: [],
},
],
diff --git a/frontend/test/tapes/search/images/source=flickr&unstable__collection=source_keep-alive.json5 b/frontend/test/tapes/search/images/source=flickr&unstable__collection=source_keep-alive.json5
deleted file mode 100644
index 63bc811611e..00000000000
--- a/frontend/test/tapes/search/images/source=flickr&unstable__collection=source_keep-alive.json5
+++ /dev/null
@@ -1,1865 +0,0 @@
-{
- meta: {
- createdAt: '2024-03-03T07:27:29.770Z',
- host: 'https://api.openverse.org',
- resHumanReadable: true,
- resUncompressed: true,
- },
- req: {
- headers: {
- connection: 'keep-alive',
- },
- url: '/v1/images/?source=flickr&unstable__collection=source&collection=source',
- method: 'GET',
- body: '',
- },
- res: {
- status: 200,
- headers: {
- date: [
- 'Sun, 03 Mar 2024 07:27:30 GMT',
- ],
- 'content-type': [
- 'application/json',
- ],
- 'transfer-encoding': [
- 'chunked',
- ],
- connection: [
- 'keep-alive',
- ],
- vary: [
- 'Accept-Encoding, Accept, Authorization, origin',
- ],
- allow: [
- 'GET, HEAD, OPTIONS',
- ],
- 'x-ratelimit-limit-anon_burst': [
- '20/min',
- ],
- 'x-ratelimit-available-anon_burst': [
- '19',
- ],
- 'x-ratelimit-limit-anon_sustained': [
- '200/day',
- ],
- 'x-ratelimit-available-anon_sustained': [
- '199',
- ],
- 'x-frame-options': [
- 'DENY',
- ],
- 'x-content-type-options': [
- 'nosniff',
- ],
- 'referrer-policy': [
- 'same-origin',
- ],
- 'cross-origin-opener-policy': [
- 'same-origin',
- ],
- 'access-control-allow-origin': [
- '*',
- ],
- 'access-control-expose-headers': [
- 'cf-cache-status, cf-ray, date',
- ],
- 'x-request-id': [
- '3684d2c99a014a19bf4464c23051edc6',
- ],
- 'cache-control': [
- 'max-age=14400',
- ],
- 'cf-cache-status': [
- 'MISS',
- ],
- 'last-modified': [
- 'Sun, 03 Mar 2024 07:27:30 GMT',
- ],
- 'strict-transport-security': [
- 'max-age=15552000; includeSubDomains; preload',
- ],
- server: [
- 'cloudflare',
- ],
- 'cf-ray': [
- '85e7e78438e9bc03-FRA',
- ],
- 'content-encoding': [
- 'br',
- ],
- 'alt-svc': [
- 'h3=":443"; ma=86400',
- ],
- },
- body: {
- result_count: 10000,
- page_count: 20,
- page_size: 20,
- page: 1,
- results: [
- {
- id: '50bc3b47-6b02-4625-a3d1-ff0d51488e08',
- title: 'GMS09633',
- indexed_on: '2023-03-13T00:31:04.792894Z',
- foreign_landing_url: 'https://www.flickr.com/photos/147568835@N03/52503372997',
- url: 'https://live.staticflickr.com/65535/52503372997_4f2068a53f_b.jpg',
- creator: 'GovJustice',
- creator_url: 'https://www.flickr.com/photos/147568835@N03',
- license: 'pdm',
- license_version: '1.0',
- license_url: 'https://creativecommons.org/publicdomain/mark/1.0/',
- provider: 'flickr',
- source: 'flickr',
- category: 'photograph',
- filesize: null,
- filetype: 'jpg',
- tags: [],
- attribution: '"GMS09633" by GovJustice is marked with Public Domain Mark 1.0. To view the terms, visit https://creativecommons.org/publicdomain/mark/1.0/.',
- fields_matched: [],
- mature: false,
- height: 683,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/50bc3b47-6b02-4625-a3d1-ff0d51488e08/thumb/',
- detail_url: 'http://localhost:49153/v1/images/50bc3b47-6b02-4625-a3d1-ff0d51488e08/',
- related_url: 'http://localhost:49153/v1/images/50bc3b47-6b02-4625-a3d1-ff0d51488e08/related/',
- unstable__sensitivity: [],
- },
- {
- id: '44ae9d36-09fa-471e-9592-63c15e1299c8',
- title: 'We are all stars',
- indexed_on: '2020-11-04T06:41:37.042546Z',
- foreign_landing_url: 'https://www.flickr.com/photos/56936646@N07/48091170848',
- url: 'https://live.staticflickr.com/65535/48091170848_dc97c92584_b.jpg',
- creator: 'Fr@Ī·k',
- creator_url: 'https://www.flickr.com/photos/56936646@N07',
- license: 'by-nc-nd',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: '1000faves',
- accuracy: null,
- },
- {
- name: 'abstract',
- accuracy: null,
- },
- {
- name: 'albumart',
- accuracy: null,
- },
- {
- name: 'alien',
- accuracy: null,
- },
- {
- name: 'apiaceae',
- accuracy: null,
- },
- {
- name: 'art',
- accuracy: null,
- },
- {
- name: 'blur',
- accuracy: null,
- },
- {
- name: 'botany',
- accuracy: null,
- },
- {
- name: 'bud',
- accuracy: null,
- },
- {
- name: 'canonfdnf1450mm',
- accuracy: null,
- },
- {
- name: 'cat',
- accuracy: null,
- },
- {
- name: 'color',
- accuracy: null,
- },
- {
- name: 'coloring',
- accuracy: null,
- },
- {
- name: 'coverart',
- accuracy: null,
- },
- {
- name: 'cricketinsect',
- accuracy: null,
- },
- {
- name: 'desktop',
- accuracy: null,
- },
- {
- name: 'dew',
- accuracy: null,
- },
- {
- name: 'dill',
- accuracy: null,
- },
- {
- name: 'dof',
- accuracy: null,
- },
- {
- name: 'dream',
- accuracy: null,
- },
- {
- name: 'dreamy',
- accuracy: null,
- },
- {
- name: 'drops',
- accuracy: null,
- },
- {
- name: 'fern',
- accuracy: null,
- },
- {
- name: 'fivemind',
- accuracy: null,
- },
- {
- name: 'flora',
- accuracy: null,
- },
- {
- name: 'flower',
- accuracy: null,
- },
- {
- name: 'fly',
- accuracy: null,
- },
- {
- name: 'food',
- accuracy: null,
- },
- {
- name: 'frnk',
- accuracy: null,
- },
- {
- name: 'fruit',
- accuracy: null,
- },
- {
- name: 'fs58',
- accuracy: null,
- },
- {
- name: 'garden',
- accuracy: null,
- },
- {
- name: 'geranium',
- accuracy: null,
- },
- {
- name: 'grass',
- accuracy: null,
- },
- {
- name: 'green',
- accuracy: null,
- },
- {
- name: 'head',
- accuracy: null,
- },
- {
- name: 'laying',
- accuracy: null,
- },
- {
- name: 'leaf',
- accuracy: null,
- },
- {
- name: 'log534',
- accuracy: null,
- },
- {
- name: 'macrophotography',
- accuracy: null,
- },
- {
- name: 'moss',
- accuracy: null,
- },
- {
- name: 'mrtungsten62',
- accuracy: null,
- },
- {
- name: 'nature',
- accuracy: null,
- },
- {
- name: 'noperson',
- accuracy: null,
- },
- {
- name: 'organism',
- accuracy: null,
- },
- {
- name: 'photography',
- accuracy: null,
- },
- {
- name: 'pinterest',
- accuracy: null,
- },
- {
- name: 'plant',
- accuracy: null,
- },
- {
- name: 'plantstem',
- accuracy: null,
- },
- {
- name: 'pollen',
- accuracy: null,
- },
- {
- name: 'rain',
- accuracy: null,
- },
- {
- name: 'raspberry',
- accuracy: null,
- },
- {
- name: 'Ęrć”Ī·k',
- accuracy: null,
- },
- {
- name: 'seasoning',
- accuracy: null,
- },
- {
- name: 'sitting',
- accuracy: null,
- },
- {
- name: 'small',
- accuracy: null,
- },
- {
- name: 'sprout',
- accuracy: null,
- },
- {
- name: 'stars',
- accuracy: null,
- },
- {
- name: 'stockphoto',
- accuracy: null,
- },
- {
- name: 'summer',
- accuracy: null,
- },
- {
- name: 'texture',
- accuracy: null,
- },
- {
- name: 'topf100',
- accuracy: null,
- },
- {
- name: 'topf200',
- accuracy: null,
- },
- {
- name: 'topf25',
- accuracy: null,
- },
- {
- name: 'topf250',
- accuracy: null,
- },
- {
- name: 'topf50',
- accuracy: null,
- },
- {
- name: 'tree',
- accuracy: null,
- },
- {
- name: 'vascularplant',
- accuracy: null,
- },
- {
- name: 'vegetable',
- accuracy: null,
- },
- {
- name: 'veins',
- accuracy: null,
- },
- {
- name: 'water',
- accuracy: null,
- },
- {
- name: 'weed',
- accuracy: null,
- },
- {
- name: 'white',
- accuracy: null,
- },
- {
- name: 'wood',
- accuracy: null,
- },
- ],
- attribution: '"We are all stars" by Fr@Ī·k is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
- fields_matched: [],
- mature: false,
- height: 683,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/44ae9d36-09fa-471e-9592-63c15e1299c8/thumb/',
- detail_url: 'http://localhost:49153/v1/images/44ae9d36-09fa-471e-9592-63c15e1299c8/',
- related_url: 'http://localhost:49153/v1/images/44ae9d36-09fa-471e-9592-63c15e1299c8/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'dc099b8d-e02d-446e-93a7-a00be7198209',
- title: 'Model Grays Station',
- indexed_on: '2018-12-21T15:50:27.632256Z',
- foreign_landing_url: 'https://www.flickr.com/photos/26359504@N08/4846032811',
- url: 'https://live.staticflickr.com/4129/4846032811_50198e347c_b.jpg',
- creator: 'Beechwood Photography',
- creator_url: 'https://www.flickr.com/photos/26359504@N08',
- license: 'by-nc-sa',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'essex',
- accuracy: null,
- },
- {
- name: 'finescale00',
- accuracy: null,
- },
- {
- name: 'ger',
- accuracy: null,
- },
- {
- name: 'grays',
- accuracy: null,
- },
- {
- name: 'lms',
- accuracy: null,
- },
- {
- name: 'ltsr',
- accuracy: null,
- },
- {
- name: 'mr',
- accuracy: null,
- },
- {
- name: 'smrc',
- accuracy: null,
- },
- {
- name: 'southendmodelrailwayclub',
- accuracy: null,
- },
- ],
- attribution: '"Model Grays Station" by Beechwood Photography is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
- fields_matched: [],
- mature: false,
- height: 676,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/dc099b8d-e02d-446e-93a7-a00be7198209/thumb/',
- detail_url: 'http://localhost:49153/v1/images/dc099b8d-e02d-446e-93a7-a00be7198209/',
- related_url: 'http://localhost:49153/v1/images/dc099b8d-e02d-446e-93a7-a00be7198209/related/',
- unstable__sensitivity: [],
- },
- {
- id: '719f7e39-7319-4051-ba5d-eb1d5816d34f',
- title: 'May2009_379',
- indexed_on: '2020-04-24T20:04:37.057057Z',
- foreign_landing_url: 'https://www.flickr.com/photos/31012828@N04/3623323515',
- url: 'https://live.staticflickr.com/3341/3623323515_8569814e2e_b.jpg',
- creator: 'NanaAkua',
- creator_url: 'https://www.flickr.com/photos/31012828@N04',
- license: 'by-nc-nd',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'craft',
- accuracy: null,
- },
- {
- name: 'temari',
- accuracy: null,
- },
- {
- name: 'u3066u307eu308a',
- accuracy: null,
- },
- ],
- attribution: '"May2009_379" by NanaAkua is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
- fields_matched: [],
- mature: false,
- height: 1024,
- width: 687,
- thumbnail: 'http://localhost:49153/v1/images/719f7e39-7319-4051-ba5d-eb1d5816d34f/thumb/',
- detail_url: 'http://localhost:49153/v1/images/719f7e39-7319-4051-ba5d-eb1d5816d34f/',
- related_url: 'http://localhost:49153/v1/images/719f7e39-7319-4051-ba5d-eb1d5816d34f/related/',
- unstable__sensitivity: [],
- },
- {
- id: '64a6ff65-6e22-4eae-a1cb-fbfbc612c4b1',
- title: '635332462085165696w',
- indexed_on: '2020-04-03T11:56:20.908187Z',
- foreign_landing_url: 'https://www.flickr.com/photos/39537957@N04/13894025405',
- url: 'https://live.staticflickr.com/7389/13894025405_76f2e1ea72.jpg',
- creator: 'GlobovisiĆ³n',
- creator_url: 'https://www.flickr.com/photos/39537957@N04',
- license: 'by-nc',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [],
- attribution: '"635332462085165696w" by GlobovisiĆ³n is licensed under CC BY-NC 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc/2.0/.',
- fields_matched: [],
- mature: false,
- height: 336,
- width: 500,
- thumbnail: 'http://localhost:49153/v1/images/64a6ff65-6e22-4eae-a1cb-fbfbc612c4b1/thumb/',
- detail_url: 'http://localhost:49153/v1/images/64a6ff65-6e22-4eae-a1cb-fbfbc612c4b1/',
- related_url: 'http://localhost:49153/v1/images/64a6ff65-6e22-4eae-a1cb-fbfbc612c4b1/related/',
- unstable__sensitivity: [],
- },
- {
- id: '5485481b-8e77-4b7c-8b0a-f6d951fc4147',
- title: 'Kaitlin and Vika',
- indexed_on: '2018-11-09T10:31:06.910129Z',
- foreign_landing_url: 'https://www.flickr.com/photos/55254782@N00/44666128941',
- url: 'https://live.staticflickr.com/1885/44666128941_cfdce36fc5_b.jpg',
- creator: 'madmarv00',
- creator_url: 'https://www.flickr.com/photos/55254782@N00',
- license: 'by-nc-nd',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'beach',
- accuracy: null,
- },
- {
- name: 'bikini',
- accuracy: null,
- },
- {
- name: 'd750',
- accuracy: null,
- },
- {
- name: 'girls',
- accuracy: null,
- },
- {
- name: 'hawaii',
- accuracy: null,
- },
- {
- name: 'kaiwishoreline',
- accuracy: null,
- },
- {
- name: 'kylenishiokacom',
- accuracy: null,
- },
- {
- name: 'models',
- accuracy: null,
- },
- {
- name: 'nikon',
- accuracy: null,
- },
- {
- name: 'oahu',
- accuracy: null,
- },
- {
- name: 'outdoor',
- accuracy: null,
- },
- {
- name: 'portrait',
- accuracy: null,
- },
- {
- name: 'sand',
- accuracy: null,
- },
- {
- name: 'swimsuits',
- accuracy: null,
- },
- {
- name: 'water',
- accuracy: null,
- },
- {
- name: 'women',
- accuracy: null,
- },
- ],
- attribution: '"Kaitlin and Vika" by madmarv00 is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
- fields_matched: [],
- mature: false,
- height: 1024,
- width: 914,
- thumbnail: 'http://localhost:49153/v1/images/5485481b-8e77-4b7c-8b0a-f6d951fc4147/thumb/',
- detail_url: 'http://localhost:49153/v1/images/5485481b-8e77-4b7c-8b0a-f6d951fc4147/',
- related_url: 'http://localhost:49153/v1/images/5485481b-8e77-4b7c-8b0a-f6d951fc4147/related/',
- unstable__sensitivity: [],
- },
- {
- id: '25d5e7ba-1810-430c-b4b6-1181aef7a81b',
- title: 'Jun2009_443',
- indexed_on: '2020-04-24T20:04:37.057057Z',
- foreign_landing_url: 'https://www.flickr.com/photos/31012828@N04/3624389260',
- url: 'https://live.staticflickr.com/2073/3624389260_1d5b173545_b.jpg',
- creator: 'NanaAkua',
- creator_url: 'https://www.flickr.com/photos/31012828@N04',
- license: 'by-nc-nd',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'craft',
- accuracy: null,
- },
- {
- name: 'temari',
- accuracy: null,
- },
- {
- name: 'u3066u307eu308a',
- accuracy: null,
- },
- ],
- attribution: '"Jun2009_443" by NanaAkua is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
- fields_matched: [],
- mature: false,
- height: 1024,
- width: 687,
- thumbnail: 'http://localhost:49153/v1/images/25d5e7ba-1810-430c-b4b6-1181aef7a81b/thumb/',
- detail_url: 'http://localhost:49153/v1/images/25d5e7ba-1810-430c-b4b6-1181aef7a81b/',
- related_url: 'http://localhost:49153/v1/images/25d5e7ba-1810-430c-b4b6-1181aef7a81b/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'dc0249f0-e0c3-4bbb-9822-41b4a0ed2725',
- title: 'Hand',
- indexed_on: '2020-04-03T05:54:24.044006Z',
- foreign_landing_url: 'https://www.flickr.com/photos/65393447@N00/13367595634',
- url: 'https://live.staticflickr.com/3672/13367595634_3a9ee37592_b.jpg',
- creator: 'Pietro Zuco',
- creator_url: 'https://www.flickr.com/photos/65393447@N00',
- license: 'by-sa',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'bw',
- accuracy: null,
- },
- {
- name: 'hands',
- accuracy: null,
- },
- ],
- attribution: '"Hand" by Pietro Zuco is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
- fields_matched: [],
- mature: false,
- height: 678,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/dc0249f0-e0c3-4bbb-9822-41b4a0ed2725/thumb/',
- detail_url: 'http://localhost:49153/v1/images/dc0249f0-e0c3-4bbb-9822-41b4a0ed2725/',
- related_url: 'http://localhost:49153/v1/images/dc0249f0-e0c3-4bbb-9822-41b4a0ed2725/related/',
- unstable__sensitivity: [],
- },
- {
- id: '154fe20f-3c71-4638-8d9e-30f582bb21d5',
- title: 'Ariane 5 moved to meet Webb',
- indexed_on: '2023-03-10T23:20:11.795659Z',
- foreign_landing_url: 'https://www.flickr.com/photos/50785054@N03/51736817655',
- url: 'https://live.staticflickr.com/65535/51736817655_c38facde64_b.jpg',
- creator: 'James Webb Space Telescope',
- creator_url: 'https://www.flickr.com/photos/50785054@N03',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: 'photograph',
- filesize: null,
- filetype: 'jpg',
- tags: [
- {
- name: 'ariane5eca',
- accuracy: null,
- },
- {
- name: 'baf',
- accuracy: null,
- },
- {
- name: 'bestof',
- accuracy: null,
- },
- {
- name: 'bil',
- accuracy: null,
- },
- {
- name: 'campagnedelancement',
- accuracy: null,
- },
- {
- name: 'campagnelancement',
- accuracy: null,
- },
- {
- name: 'csg',
- accuracy: null,
- },
- {
- name: 'ela3',
- accuracy: null,
- },
- {
- name: 'formatpaysage',
- accuracy: null,
- },
- {
- name: 'guyane',
- accuracy: null,
- },
- {
- name: 'hubble',
- accuracy: null,
- },
- {
- name: 'hubblessuccessor',
- accuracy: null,
- },
- {
- name: 'jameswebbspacetelescope',
- accuracy: null,
- },
- {
- name: 'jwst',
- accuracy: null,
- },
- {
- name: 'lanceur',
- accuracy: null,
- },
- {
- name: 'landscapeformat',
- accuracy: null,
- },
- {
- name: 'nasa',
- accuracy: null,
- },
- {
- name: 'recentbestof',
- accuracy: null,
- },
- {
- name: 'space',
- accuracy: null,
- },
- {
- name: 'table',
- accuracy: null,
- },
- {
- name: 'telescope',
- accuracy: null,
- },
- {
- name: 'topimages',
- accuracy: null,
- },
- {
- name: 'transfert',
- accuracy: null,
- },
- {
- name: 'va256',
- accuracy: null,
- },
- {
- name: 'webb',
- accuracy: null,
- },
- ],
- attribution: '"Ariane 5 moved to meet Webb" by James Webb Space Telescope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 724,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/154fe20f-3c71-4638-8d9e-30f582bb21d5/thumb/',
- detail_url: 'http://localhost:49153/v1/images/154fe20f-3c71-4638-8d9e-30f582bb21d5/',
- related_url: 'http://localhost:49153/v1/images/154fe20f-3c71-4638-8d9e-30f582bb21d5/related/',
- unstable__sensitivity: [],
- },
- {
- id: '0c5caafa-bb63-49e4-b06b-e094b367d65a',
- title: 'Webb Moved to Meet its Rocket',
- indexed_on: '2023-03-10T23:20:11.795659Z',
- foreign_landing_url: 'https://www.flickr.com/photos/50785054@N03/51735087302',
- url: 'https://live.staticflickr.com/65535/51735087302_8735951720.jpg',
- creator: 'James Webb Space Telescope',
- creator_url: 'https://www.flickr.com/photos/50785054@N03',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: 'photograph',
- filesize: null,
- filetype: 'jpg',
- tags: [
- {
- name: 'ariane5eca',
- accuracy: null,
- },
- {
- name: 'baf',
- accuracy: null,
- },
- {
- name: 'campagnelancement',
- accuracy: null,
- },
- {
- name: 'campagnesatellite',
- accuracy: null,
- },
- {
- name: 'csg',
- accuracy: null,
- },
- {
- name: 'cu1',
- accuracy: null,
- },
- {
- name: 'ela3',
- accuracy: null,
- },
- {
- name: 'epcus5',
- accuracy: null,
- },
- {
- name: 'formatpaysage',
- accuracy: null,
- },
- {
- name: 'guyane',
- accuracy: null,
- },
- {
- name: 'hubble',
- accuracy: null,
- },
- {
- name: 'hubblessuccessor',
- accuracy: null,
- },
- {
- name: 'jameswebbspacetelescope',
- accuracy: null,
- },
- {
- name: 'jwst',
- accuracy: null,
- },
- {
- name: 'landscapeformat',
- accuracy: null,
- },
- {
- name: 'nasa',
- accuracy: null,
- },
- {
- name: 's5b',
- accuracy: null,
- },
- {
- name: 'satellite',
- accuracy: null,
- },
- {
- name: 'space',
- accuracy: null,
- },
- {
- name: 'telescope',
- accuracy: null,
- },
- {
- name: 'transfert',
- accuracy: null,
- },
- {
- name: 'va256',
- accuracy: null,
- },
- {
- name: 'webb',
- accuracy: null,
- },
- ],
- attribution: '"Webb Moved to Meet its Rocket" by James Webb Space Telescope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 353,
- width: 500,
- thumbnail: 'http://localhost:49153/v1/images/0c5caafa-bb63-49e4-b06b-e094b367d65a/thumb/',
- detail_url: 'http://localhost:49153/v1/images/0c5caafa-bb63-49e4-b06b-e094b367d65a/',
- related_url: 'http://localhost:49153/v1/images/0c5caafa-bb63-49e4-b06b-e094b367d65a/related/',
- unstable__sensitivity: [],
- },
- {
- id: '6aeb1e49-b7ee-42a7-ba32-50c1f3cae8da',
- title: 'NS-01638 - Lower East Pubnico',
- indexed_on: '2023-03-10T23:20:11.795659Z',
- foreign_landing_url: 'https://www.flickr.com/photos/22490717@N02/51445348813',
- url: 'https://live.staticflickr.com/65535/51445348813_15f26e3a71_b.jpg',
- creator: 'archer10 (Dennis)',
- creator_url: 'https://www.flickr.com/photos/22490717@N02',
- license: 'by-sa',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-sa/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: 'photograph',
- filesize: null,
- filetype: 'jpg',
- tags: [
- {
- name: '1650mm',
- accuracy: null,
- },
- {
- name: '18200mm',
- accuracy: null,
- },
- {
- name: 'a6300',
- accuracy: null,
- },
- {
- name: 'archer10',
- accuracy: null,
- },
- {
- name: 'boats',
- accuracy: null,
- },
- {
- name: 'buoys',
- accuracy: null,
- },
- {
- name: 'calliedawn',
- accuracy: null,
- },
- {
- name: 'canada',
- accuracy: null,
- },
- {
- name: 'dennis',
- accuracy: null,
- },
- {
- name: 'dennisgjarvis',
- accuracy: null,
- },
- {
- name: 'dennisjarvis',
- accuracy: null,
- },
- {
- name: 'fishing',
- accuracy: null,
- },
- {
- name: 'free',
- accuracy: null,
- },
- {
- name: 'freepicture',
- accuracy: null,
- },
- {
- name: 'hindsight2020',
- accuracy: null,
- },
- {
- name: 'iamcanadian',
- accuracy: null,
- },
- {
- name: 'ilce6300',
- accuracy: null,
- },
- {
- name: 'jarvis',
- accuracy: null,
- },
- {
- name: 'lowereastpubnico',
- accuracy: null,
- },
- {
- name: 'mirrorless',
- accuracy: null,
- },
- {
- name: 'novascotia',
- accuracy: null,
- },
- {
- name: 'sony',
- accuracy: null,
- },
- ],
- attribution: '"NS-01638 - Lower East Pubnico" by archer10 (Dennis) is licensed under CC BY-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/2.0/.',
- fields_matched: [],
- mature: false,
- height: 683,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/6aeb1e49-b7ee-42a7-ba32-50c1f3cae8da/thumb/',
- detail_url: 'http://localhost:49153/v1/images/6aeb1e49-b7ee-42a7-ba32-50c1f3cae8da/',
- related_url: 'http://localhost:49153/v1/images/6aeb1e49-b7ee-42a7-ba32-50c1f3cae8da/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'a098644e-8300-47f7-bb22-eca899121149',
- title: 'Prescott Ontarion - Canada - J.Mayberry Building 1874 - Architecture - Italianate Cornice & Lintels .',
- indexed_on: '2023-03-10T23:20:11.795659Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7156765@N05/51736246790',
- url: 'https://live.staticflickr.com/65535/51736246790_f45703de76_b.jpg',
- creator: 'Onasill - Bill Badzo - 149 Million Views - Thank Y',
- creator_url: 'https://www.flickr.com/photos/7156765@N05',
- license: 'by-nc-sa',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: 'photograph',
- filesize: null,
- filetype: 'jpg',
- tags: [
- {
- name: '18250mm',
- accuracy: null,
- },
- {
- name: 'block',
- accuracy: null,
- },
- {
- name: 'boats',
- accuracy: null,
- },
- {
- name: 'breakfast',
- accuracy: null,
- },
- {
- name: 'cafe',
- accuracy: null,
- },
- {
- name: 'canada',
- accuracy: null,
- },
- {
- name: 'canon',
- accuracy: null,
- },
- {
- name: 'clouds',
- accuracy: null,
- },
- {
- name: 'county',
- accuracy: null,
- },
- {
- name: 'cove',
- accuracy: null,
- },
- {
- name: 'd',
- accuracy: null,
- },
- {
- name: 'downtown',
- accuracy: null,
- },
- {
- name: 'eos',
- accuracy: null,
- },
- {
- name: 'grenville',
- accuracy: null,
- },
- {
- name: 'harbour',
- accuracy: null,
- },
- {
- name: 'hdr',
- accuracy: null,
- },
- {
- name: 'heritage',
- accuracy: null,
- },
- {
- name: 'house',
- accuracy: null,
- },
- {
- name: 'j',
- accuracy: null,
- },
- {
- name: 'lake',
- accuracy: null,
- },
- {
- name: 'lakeontario',
- accuracy: null,
- },
- {
- name: 'lawrence',
- accuracy: null,
- },
- {
- name: 'leeds',
- accuracy: null,
- },
- {
- name: 'lens',
- accuracy: null,
- },
- {
- name: 'light',
- accuracy: null,
- },
- {
- name: 'macro',
- accuracy: null,
- },
- {
- name: 'marina',
- accuracy: null,
- },
- {
- name: 'mayberry',
- accuracy: null,
- },
- {
- name: 'mechanics',
- accuracy: null,
- },
- {
- name: 'on',
- accuracy: null,
- },
- {
- name: 'onasill',
- accuracy: null,
- },
- {
- name: 'ont',
- accuracy: null,
- },
- {
- name: 'ontario',
- accuracy: null,
- },
- {
- name: 'pawn',
- accuracy: null,
- },
- {
- name: 'piccolo',
- accuracy: null,
- },
- {
- name: 'placid',
- accuracy: null,
- },
- {
- name: 'plus',
- accuracy: null,
- },
- {
- name: 'prescott',
- accuracy: null,
- },
- {
- name: 'rapids',
- accuracy: null,
- },
- {
- name: 'rebel',
- accuracy: null,
- },
- {
- name: 'reflection',
- accuracy: null,
- },
- {
- name: 'reflections',
- accuracy: null,
- },
- {
- name: 'restored',
- accuracy: null,
- },
- {
- name: 'river',
- accuracy: null,
- },
- {
- name: 'sait',
- accuracy: null,
- },
- {
- name: 'saranac',
- accuracy: null,
- },
- {
- name: 'shop',
- accuracy: null,
- },
- {
- name: 'sigma',
- accuracy: null,
- },
- {
- name: 'sky',
- accuracy: null,
- },
- {
- name: 'sl1',
- accuracy: null,
- },
- {
- name: 'tourist',
- accuracy: null,
- },
- {
- name: 'town',
- accuracy: null,
- },
- {
- name: 'travel',
- accuracy: null,
- },
- {
- name: 'vacation',
- accuracy: null,
- },
- {
- name: 'village',
- accuracy: null,
- },
- {
- name: 'vintage',
- accuracy: null,
- },
- ],
- attribution: '"Prescott Ontarion - Canada - J.Mayberry Building 1874 - Architecture - Italianate Cornice & Lintels ." by Onasill - Bill Badzo - 149 Million Views - Thank Y is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
- fields_matched: [],
- mature: false,
- height: 1024,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/a098644e-8300-47f7-bb22-eca899121149/thumb/',
- detail_url: 'http://localhost:49153/v1/images/a098644e-8300-47f7-bb22-eca899121149/',
- related_url: 'http://localhost:49153/v1/images/a098644e-8300-47f7-bb22-eca899121149/related/',
- unstable__sensitivity: [],
- },
- {
- id: '7497d885-ab3a-41f5-8953-49bf8fbdcb63',
- title: 'The National Museum of the United States Air Force - Dayton Ohio - United States - Apollo 15 - SpaceCraft Lunar - Rover vehicle.',
- indexed_on: '2023-03-10T23:48:52.853523Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7156765@N05/51745649755',
- url: 'https://live.staticflickr.com/65535/51745649755_d51fc0cf1b_b.jpg',
- creator: 'Onasill - Bill Badzo - 149 Million Views - Thank Y',
- creator_url: 'https://www.flickr.com/photos/7156765@N05',
- license: 'by-nc-sa',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-sa/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: 'photograph',
- filesize: null,
- filetype: 'jpg',
- tags: [],
- attribution: '"The National Museum of the United States Air Force - Dayton Ohio - United States - Apollo 15 - SpaceCraft Lunar - Rover vehicle." by Onasill - Bill Badzo - 149 Million Views - Thank Y is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/.',
- fields_matched: [],
- mature: false,
- height: 693,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/7497d885-ab3a-41f5-8953-49bf8fbdcb63/thumb/',
- detail_url: 'http://localhost:49153/v1/images/7497d885-ab3a-41f5-8953-49bf8fbdcb63/',
- related_url: 'http://localhost:49153/v1/images/7497d885-ab3a-41f5-8953-49bf8fbdcb63/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'efe3bbfa-f7ec-44ac-8add-fd6a518b4896',
- title: 'Webb Placed on Top of Ariane 5',
- indexed_on: '2023-03-10T23:56:59.329440Z',
- foreign_landing_url: 'https://www.flickr.com/photos/50785054@N03/51747316950',
- url: 'https://live.staticflickr.com/65535/51747316950_036f5d180a_b.jpg',
- creator: 'James Webb Space Telescope',
- creator_url: 'https://www.flickr.com/photos/50785054@N03',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: 'photograph',
- filesize: null,
- filetype: 'jpg',
- tags: [
- {
- name: 'hubble',
- accuracy: null,
- },
- {
- name: 'hubblessuccessor',
- accuracy: null,
- },
- {
- name: 'jameswebbspacetelescope',
- accuracy: null,
- },
- {
- name: 'jwst',
- accuracy: null,
- },
- {
- name: 'nasa',
- accuracy: null,
- },
- {
- name: 'space',
- accuracy: null,
- },
- {
- name: 'telescope',
- accuracy: null,
- },
- {
- name: 'webb',
- accuracy: null,
- },
- {
- name: 'winner',
- accuracy: null,
- },
- ],
- attribution: '"Webb Placed on Top of Ariane 5" by James Webb Space Telescope is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 683,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/efe3bbfa-f7ec-44ac-8add-fd6a518b4896/thumb/',
- detail_url: 'http://localhost:49153/v1/images/efe3bbfa-f7ec-44ac-8add-fd6a518b4896/',
- related_url: 'http://localhost:49153/v1/images/efe3bbfa-f7ec-44ac-8add-fd6a518b4896/related/',
- unstable__sensitivity: [],
- },
- {
- id: '5b872a0d-7410-45c9-b99d-119185459d2f',
- title: "Dock's Night",
- indexed_on: '2018-11-09T02:22:56.756031Z',
- foreign_landing_url: 'https://www.flickr.com/photos/82345696@N07/10412689985',
- url: 'https://live.staticflickr.com/2892/10412689985_6ab8332010_b.jpg',
- creator: 'Jason Carpenter',
- creator_url: 'https://www.flickr.com/photos/82345696@N07',
- license: 'by-nc-nd',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: '1424mmf28g',
- accuracy: null,
- },
- {
- name: '2013',
- accuracy: null,
- },
- {
- name: 'bh55',
- accuracy: null,
- },
- {
- name: 'd700',
- accuracy: null,
- },
- {
- name: 'galaxy',
- accuracy: null,
- },
- {
- name: 'gunflint',
- accuracy: null,
- },
- {
- name: 'gunflinttrail',
- accuracy: null,
- },
- {
- name: 'jasoncarpenter',
- accuracy: null,
- },
- {
- name: 'lake',
- accuracy: null,
- },
- {
- name: 'lightroom',
- accuracy: null,
- },
- {
- name: 'longexposure',
- accuracy: null,
- },
- {
- name: 'manual',
- accuracy: null,
- },
- {
- name: 'mn',
- accuracy: null,
- },
- {
- name: 'night',
- accuracy: null,
- },
- {
- name: 'nightscape',
- accuracy: null,
- },
- {
- name: 'nikkor',
- accuracy: null,
- },
- {
- name: 'nikon',
- accuracy: null,
- },
- {
- name: 'pwnight',
- accuracy: null,
- },
- {
- name: 'reallyrightstuff',
- accuracy: null,
- },
- {
- name: 'reflection',
- accuracy: null,
- },
- {
- name: 'sky',
- accuracy: null,
- },
- {
- name: 'space',
- accuracy: null,
- },
- {
- name: 'stars',
- accuracy: null,
- },
- {
- name: 'trail',
- accuracy: null,
- },
- {
- name: 'tvc33',
- accuracy: null,
- },
- ],
- attribution: '"Dock\'s Night" by Jason Carpenter is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
- fields_matched: [],
- mature: false,
- height: 681,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/5b872a0d-7410-45c9-b99d-119185459d2f/thumb/',
- detail_url: 'http://localhost:49153/v1/images/5b872a0d-7410-45c9-b99d-119185459d2f/',
- related_url: 'http://localhost:49153/v1/images/5b872a0d-7410-45c9-b99d-119185459d2f/related/',
- unstable__sensitivity: [],
- },
- {
- id: '293222f7-33e0-4c11-abae-26fff75acb8d',
- title: 'Autumn park.',
- indexed_on: '2018-11-08T17:31:32.467511Z',
- foreign_landing_url: 'https://www.flickr.com/photos/7940758@N07/6308302935',
- url: 'https://live.staticflickr.com/6118/6308302935_7e006e1d7a_b.jpg',
- creator: 'MIKI Yoshihito. (#mikiyoshihito)',
- creator_url: 'https://www.flickr.com/photos/7940758@N07',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'autumn',
- accuracy: null,
- },
- {
- name: 'hokkaido',
- accuracy: null,
- },
- {
- name: 'japan',
- accuracy: null,
- },
- {
- name: 'park',
- accuracy: null,
- },
- {
- name: 'sapporo',
- accuracy: null,
- },
- ],
- attribution: '"Autumn park." by MIKI Yoshihito. (#mikiyoshihito) is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 683,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/293222f7-33e0-4c11-abae-26fff75acb8d/thumb/',
- detail_url: 'http://localhost:49153/v1/images/293222f7-33e0-4c11-abae-26fff75acb8d/',
- related_url: 'http://localhost:49153/v1/images/293222f7-33e0-4c11-abae-26fff75acb8d/related/',
- unstable__sensitivity: [],
- },
- {
- id: '6baee169-118f-44f8-ae01-4786c4916d84',
- title: 'Japan',
- indexed_on: '2019-04-16T16:19:00.634374Z',
- foreign_landing_url: 'https://www.flickr.com/photos/55199708@N00/11664610936',
- url: 'https://live.staticflickr.com/2829/11664610936_36f20bea08_b.jpg',
- creator: 'graffiti living',
- creator_url: 'https://www.flickr.com/photos/55199708@N00',
- license: 'by-nc-nd',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'japan',
- accuracy: null,
- },
- ],
- attribution: '"Japan" by graffiti living is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
- fields_matched: [],
- mature: false,
- height: 768,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/6baee169-118f-44f8-ae01-4786c4916d84/thumb/',
- detail_url: 'http://localhost:49153/v1/images/6baee169-118f-44f8-ae01-4786c4916d84/',
- related_url: 'http://localhost:49153/v1/images/6baee169-118f-44f8-ae01-4786c4916d84/related/',
- unstable__sensitivity: [],
- },
- {
- id: 'b775ac76-8150-4c56-b11d-7dd1ca31c42b',
- title: 'snowspeeder',
- indexed_on: '2019-04-29T13:04:16.097400Z',
- foreign_landing_url: 'https://www.flickr.com/photos/55723329@N00/4436667321',
- url: 'https://live.staticflickr.com/4010/4436667321_f98a126278_b.jpg',
- creator: 'psiaki',
- creator_url: 'https://www.flickr.com/photos/55723329@N00',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'airspeeder',
- accuracy: null,
- },
- {
- name: 'hoth',
- accuracy: null,
- },
- {
- name: 'lego',
- accuracy: null,
- },
- {
- name: 'moc',
- accuracy: null,
- },
- {
- name: 'rebellion',
- accuracy: null,
- },
- {
- name: 'snowspeeder',
- accuracy: null,
- },
- {
- name: 'star',
- accuracy: null,
- },
- {
- name: 't47',
- accuracy: null,
- },
- {
- name: 'towhook',
- accuracy: null,
- },
- {
- name: 'wars',
- accuracy: null,
- },
- ],
- attribution: '"snowspeeder" by psiaki is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 728,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/b775ac76-8150-4c56-b11d-7dd1ca31c42b/thumb/',
- detail_url: 'http://localhost:49153/v1/images/b775ac76-8150-4c56-b11d-7dd1ca31c42b/',
- related_url: 'http://localhost:49153/v1/images/b775ac76-8150-4c56-b11d-7dd1ca31c42b/related/',
- unstable__sensitivity: [],
- },
- {
- id: '0c01a3db-f1a9-4e45-863f-d53ce4be2e5f',
- title: 'Canucks practice',
- indexed_on: '2020-04-06T15:27:21.504491Z',
- foreign_landing_url: 'https://www.flickr.com/photos/37335357@N00/8383207390',
- url: 'https://live.staticflickr.com/8219/8383207390_d95757c7c8_b.jpg',
- creator: 'Eyesplash - Summer was a blast, for 6 million view',
- creator_url: 'https://www.flickr.com/photos/37335357@N00',
- license: 'by-nc-nd',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by-nc-nd/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'bend',
- accuracy: null,
- },
- {
- name: 'gloves',
- accuracy: null,
- },
- {
- name: 'hashmarks',
- accuracy: null,
- },
- {
- name: 'helmet',
- accuracy: null,
- },
- {
- name: 'hockey',
- accuracy: null,
- },
- {
- name: 'league',
- accuracy: null,
- },
- {
- name: 'motion',
- accuracy: null,
- },
- {
- name: 'nhl',
- accuracy: null,
- },
- {
- name: 'player',
- accuracy: null,
- },
- {
- name: 'rogersarena',
- accuracy: null,
- },
- {
- name: 'skates',
- accuracy: null,
- },
- {
- name: 'slapshot',
- accuracy: null,
- },
- {
- name: 'socks',
- accuracy: null,
- },
- {
- name: 'stick',
- accuracy: null,
- },
- {
- name: 'uniform',
- accuracy: null,
- },
- {
- name: 'vancouvercanucks',
- accuracy: null,
- },
- ],
- attribution: '"Canucks practice" by Eyesplash - Summer was a blast, for 6 million view is licensed under CC BY-NC-ND 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/2.0/.',
- fields_matched: [],
- mature: false,
- height: 683,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/0c01a3db-f1a9-4e45-863f-d53ce4be2e5f/thumb/',
- detail_url: 'http://localhost:49153/v1/images/0c01a3db-f1a9-4e45-863f-d53ce4be2e5f/',
- related_url: 'http://localhost:49153/v1/images/0c01a3db-f1a9-4e45-863f-d53ce4be2e5f/related/',
- unstable__sensitivity: [],
- },
- {
- id: '36e91692-8b2a-405d-bc05-11076e2b0336',
- title: 'Books',
- indexed_on: '2020-02-22T16:14:10.189025Z',
- foreign_landing_url: 'https://www.flickr.com/photos/147131183@N04/38654271946',
- url: 'https://live.staticflickr.com/4547/38654271946_859188bd09_b.jpg',
- creator: 'Book Catalog',
- creator_url: 'https://www.flickr.com/photos/147131183@N04',
- license: 'by',
- license_version: '2.0',
- license_url: 'https://creativecommons.org/licenses/by/2.0/',
- provider: 'flickr',
- source: 'flickr',
- category: null,
- filesize: null,
- filetype: null,
- tags: [
- {
- name: 'books',
- accuracy: null,
- },
- {
- name: 'pink',
- accuracy: null,
- },
- ],
- attribution: '"Books" by Book Catalog is licensed under CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/.',
- fields_matched: [],
- mature: false,
- height: 683,
- width: 1024,
- thumbnail: 'http://localhost:49153/v1/images/36e91692-8b2a-405d-bc05-11076e2b0336/thumb/',
- detail_url: 'http://localhost:49153/v1/images/36e91692-8b2a-405d-bc05-11076e2b0336/',
- related_url: 'http://localhost:49153/v1/images/36e91692-8b2a-405d-bc05-11076e2b0336/related/',
- unstable__sensitivity: [],
- },
- ],
- },
- },
-}
diff --git a/frontend/test/unit/specs/components/VMediaTag/v-media-tag.spec.js b/frontend/test/unit/specs/components/VMediaTag/v-media-tag.spec.js
deleted file mode 100644
index 966ee843864..00000000000
--- a/frontend/test/unit/specs/components/VMediaTag/v-media-tag.spec.js
+++ /dev/null
@@ -1,57 +0,0 @@
-import { RouterLinkStub } from "@vue/test-utils"
-import { screen } from "@testing-library/vue"
-
-import { render } from "~~/test/unit/test-utils/render"
-
-import VMediaTag from "~/components/VMediaTag/VMediaTag.vue"
-
-describe("VMediaTag", () => {
- let props = null
- let options = null
-
- beforeEach(() => {
- props = {}
- options = { propsData: props }
- })
-
- it("should render an span tag by default", () => {
- const { container } = render(VMediaTag, options)
- expect(container.firstChild.tagName).toEqual("SPAN")
- })
-
- it("should render the supplied tag", () => {
- options.propsData = {
- ...options.propsData,
- tag: "a",
- href: "https://example.com/",
- }
-
- const { container } = render(VMediaTag, options)
- expect(container.firstChild.tagName).toEqual("A")
- expect(container.firstChild.href).toEqual("https://example.com/")
- })
-
- it("should render the supplied Vue component", () => {
- options.propsData = {
- ...options.propsData,
- tag: "RouterLink",
- to: "/",
- }
- options.stubs = {
- RouterLink: RouterLinkStub,
- }
-
- const { container } = render(VMediaTag, options)
- expect(container.firstChild.tagName).toEqual("A")
- })
-
- it("renders slot content", () => {
- const label = "I'm a label"
- options.slots = {
- default: ` Hello `,
- }
-
- render(VMediaTag, options)
- expect(screen.queryByLabelText(label)).toBeDefined()
- })
-})
|