Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to filter in API by team ID? #444

Open
kruzikruz opened this issue Jul 9, 2023 · 11 comments
Open

How to filter in API by team ID? #444

kruzikruz opened this issue Jul 9, 2023 · 11 comments

Comments

@kruzikruz
Copy link

My API looks like this - https://amatorkamp.pl/wp-json/sportspress/v2/events

Why does filtering this way not work? https://amatorkamp.pl/wp-json/sportspress/v2/events?teams=1396

Do I need to configure something?

@ozgurun
Copy link

ozgurun commented Jul 9, 2023

Hello
I also questioned this a lot to make a mobile application.
There are a few explanations in the form below, maybe it will help you.

https://wordpress.stackexchange.com/questions/251527/wp-rest-api-filter-by-category-1-and-category-2

Since WP 4.7, filter has been removed from WP-API.
You need to use this plugin: https://github.com/WP-API/rest-filter

@kruzikruz
Copy link
Author

I've installed this plugin, but I still can't get the events for the team. I gets the result for all events. Does it work for you? I'm also developing a mobile app and it would make it easier for me to implement a list of events.

@ozgurun
Copy link

ozgurun commented Jul 9, 2023

Yes, I am getting the same errors.
I think the plugin's own configuration needs to be developed.
It is a very nice plugin for league management for a federation, but the plugin does not include a mobile application.

I am trying to adapt codecanyon my-team-soccer-football-cricket developer for mobile app.
https://codecanyon.net/item/my-team-soccer-football-cricket-sport-application/32042929

@kruzikruz
Copy link
Author

In my opinion, this is not a Wordpress problem, because I can filter by other fields, e.g. https://amatorkamp.pl/wp-json/sportspress/v2/events?leagues=116 works without a problem.

Can any of the creators say why it is not possible to filter in all fields?

As for the application, I create the application from the beginning myself in SwiftUI.

@kruzikruz
Copy link
Author

@jmertic @rochesterj @kadimi ?

@savvasha
Copy link
Collaborator

savvasha commented Jul 12, 2023

I just tried : https://amatorkamp.pl/wp-json/sportspress/v2/events?teams=1396
And it returns the following response:

    {
        "id": 6513,
        "date": "2023-08-12T17:00:25",
        "date_gmt": "2023-08-12T15:00:25",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&p=6513"
        },
        "modified": "2023-07-09T16:32:49",
        "modified_gmt": "2023-07-09T14:32:49",
        "slug": "6513",
        "status": "future",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/?post_type=sp_event&p=6513",
        "title": {
            "rendered": "Amatorka Mikołajki Pomorskie vs KS Czernin"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 34,
        "featured_media": 0,
        "template": "",
        "format": "league",
        "leagues": [
            87
        ],
        "seasons": [
            135
        ],
        "venues": [
            129
        ],
        "teams": [
            33,
            1396
        ],
        "main_results": [],
        "outcome": [],
        "winner": null,
        "mode": "team",
        "day": "",
        "minutes": "1",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "33": {
                "firsthalf": "",
                "secondhalf": "",
                "goals": "",
                "poss": ""
            },
            "1396": {
                "firsthalf": "",
                "secondhalf": "",
                "goals": "",
                "poss": ""
            },
            "0": {
                "outcome": "Wynik"
            }
        },
        "performance": {
            "33": [
                {
                    "bramka": "",
                    "asysta": "",
                    "takartka": "",
                    "czerwonakartka": "",
                    "kp": "",
                    "s": "",
                    "f": "",
                    "off": "",
                    "ck": "",
                    "ps": "",
                    "pa": "",
                    "pkg": "",
                    "pka": "",
                    "sog": "",
                    "sh": "",
                    "min": "",
                    "samobj": "",
                    "owngoals": "",
                    "passpercent": 0,
                    "shpercent": 0
                }
            ],
            "1396": [
                {
                    "bramka": "",
                    "asysta": "",
                    "takartka": "",
                    "czerwonakartka": "",
                    "kp": "",
                    "s": "",
                    "f": "",
                    "off": "",
                    "ck": "",
                    "ps": "",
                    "pa": "",
                    "pkg": "",
                    "pka": "",
                    "sog": "",
                    "sh": "",
                    "min": "",
                    "samobj": "",
                    "owngoals": "",
                    "passpercent": 0,
                    "shpercent": 0
                }
            ],
            "0": {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        },
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Amatorka Mikołajki Pomorskie vs KS Czernin - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/?post_type=sp_event&p=6513\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Amatorka Mikołajki Pomorskie vs KS Czernin - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/?post_type=sp_event&amp;p=6513\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-07-09T14:32:49+00:00\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6513\",\"url\":\"https://amatorkamp.pl/?post_type=sp_event&p=6513\",\"name\":\"Amatorka Mikołajki Pomorskie vs KS Czernin - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-08-12T15:00:25+00:00\",\"dateModified\":\"2023-07-09T14:32:49+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6513#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/?post_type=sp_event&p=6513\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6513#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Amatorka Mikołajki Pomorskie vs KS Czernin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "Amatorka Mikołajki Pomorskie vs KS Czernin - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/?post_type=sp_event&p=6513",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "Amatorka Mikołajki Pomorskie vs KS Czernin - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/?post_type=sp_event&p=6513",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-07-09T14:32:49+00:00",
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6513",
                        "url": "https://amatorkamp.pl/?post_type=sp_event&p=6513",
                        "name": "Amatorka Mikołajki Pomorskie vs KS Czernin - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-08-12T15:00:25+00:00",
                        "dateModified": "2023-07-09T14:32:49+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6513#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/?post_type=sp_event&p=6513"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6513#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "Amatorka Mikołajki Pomorskie vs KS Czernin"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6513"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/34"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6513"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6513"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6513"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6513"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    },
    {
        "id": 6512,
        "date": "2023-08-09T18:00:51",
        "date_gmt": "2023-08-09T16:00:51",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&#038;p=6512"
        },
        "modified": "2023-07-07T16:54:21",
        "modified_gmt": "2023-07-07T14:54:21",
        "slug": "ks-pogon-dekpol-tczew-vs-amatorka-mikolajki-pomorskie",
        "status": "future",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/?post_type=sp_event&p=6512",
        "title": {
            "rendered": "KS Pogoń Dekpol Tczew vs Amatorka Mikołajki Pomorskie"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 34,
        "featured_media": 0,
        "template": "",
        "format": "league",
        "leagues": [
            87
        ],
        "seasons": [
            135
        ],
        "venues": [],
        "teams": [
            5176,
            33
        ],
        "main_results": [],
        "outcome": [],
        "winner": null,
        "mode": "team",
        "day": "",
        "minutes": "90",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "5176": [],
            "33": [],
            "0": {
                "outcome": "Wynik"
            }
        },
        "performance": [
            {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        ],
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>KS Pogoń Dekpol Tczew vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/?post_type=sp_event&p=6512\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"KS Pogoń Dekpol Tczew vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/?post_type=sp_event&amp;p=6512\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-07-07T14:54:21+00:00\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6512\",\"url\":\"https://amatorkamp.pl/?post_type=sp_event&p=6512\",\"name\":\"KS Pogoń Dekpol Tczew vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-08-09T16:00:51+00:00\",\"dateModified\":\"2023-07-07T14:54:21+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6512#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/?post_type=sp_event&p=6512\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6512#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"KS Pogoń Dekpol Tczew vs Amatorka Mikołajki Pomorskie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "KS Pogoń Dekpol Tczew vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/?post_type=sp_event&p=6512",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "KS Pogoń Dekpol Tczew vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/?post_type=sp_event&p=6512",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-07-07T14:54:21+00:00",
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6512",
                        "url": "https://amatorkamp.pl/?post_type=sp_event&p=6512",
                        "name": "KS Pogoń Dekpol Tczew vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-08-09T16:00:51+00:00",
                        "dateModified": "2023-07-07T14:54:21+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6512#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/?post_type=sp_event&p=6512"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6512#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "KS Pogoń Dekpol Tczew vs Amatorka Mikołajki Pomorskie"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6512"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/34"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6512"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6512"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6512"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6512"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    },
    {
        "id": 6511,
        "date": "2023-08-05T17:00:18",
        "date_gmt": "2023-08-05T15:00:18",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&#038;p=6511"
        },
        "modified": "2023-07-07T16:53:47",
        "modified_gmt": "2023-07-07T14:53:47",
        "slug": "jeziorak-ii-ilawa-vs-amatorka-mikolajki-pomorskie",
        "status": "future",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/?post_type=sp_event&p=6511",
        "title": {
            "rendered": "Jeziorak II Iława vs Amatorka Mikołajki Pomorskie"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 34,
        "featured_media": 0,
        "template": "",
        "format": "league",
        "leagues": [
            87
        ],
        "seasons": [
            135
        ],
        "venues": [],
        "teams": [
            6504,
            33
        ],
        "main_results": [],
        "outcome": [],
        "winner": null,
        "mode": "team",
        "day": "",
        "minutes": "90",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "6504": [],
            "33": [],
            "0": {
                "outcome": "Wynik"
            }
        },
        "performance": [
            {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        ],
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Jeziorak II Iława vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/?post_type=sp_event&p=6511\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Jeziorak II Iława vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/?post_type=sp_event&amp;p=6511\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-07-07T14:53:47+00:00\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6511\",\"url\":\"https://amatorkamp.pl/?post_type=sp_event&p=6511\",\"name\":\"Jeziorak II Iława vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-08-05T15:00:18+00:00\",\"dateModified\":\"2023-07-07T14:53:47+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6511#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/?post_type=sp_event&p=6511\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6511#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Jeziorak II Iława vs Amatorka Mikołajki Pomorskie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "Jeziorak II Iława vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/?post_type=sp_event&p=6511",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "Jeziorak II Iława vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/?post_type=sp_event&p=6511",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-07-07T14:53:47+00:00",
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6511",
                        "url": "https://amatorkamp.pl/?post_type=sp_event&p=6511",
                        "name": "Jeziorak II Iława vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-08-05T15:00:18+00:00",
                        "dateModified": "2023-07-07T14:53:47+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6511#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/?post_type=sp_event&p=6511"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6511#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "Jeziorak II Iława vs Amatorka Mikołajki Pomorskie"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6511"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/34"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6511"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6511"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6511"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6511"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    },
    {
        "id": 6510,
        "date": "2023-07-30T17:00:47",
        "date_gmt": "2023-07-30T15:00:47",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&#038;p=6510"
        },
        "modified": "2023-07-07T16:53:14",
        "modified_gmt": "2023-07-07T14:53:14",
        "slug": "olimpia-kisielice-vs-amatorka-mikolajki-pomorskie",
        "status": "future",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/?post_type=sp_event&p=6510",
        "title": {
            "rendered": "Olimpia Kisielice vs Amatorka Mikołajki Pomorskie"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 34,
        "featured_media": 0,
        "template": "",
        "format": "league",
        "leagues": [
            87
        ],
        "seasons": [
            135
        ],
        "venues": [],
        "teams": [
            5188,
            33
        ],
        "main_results": [],
        "outcome": [],
        "winner": null,
        "mode": "team",
        "day": "",
        "minutes": "90",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "5188": [],
            "33": [],
            "0": {
                "outcome": "Wynik"
            }
        },
        "performance": [
            {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        ],
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Olimpia Kisielice vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/?post_type=sp_event&p=6510\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Olimpia Kisielice vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/?post_type=sp_event&amp;p=6510\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-07-07T14:53:14+00:00\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6510\",\"url\":\"https://amatorkamp.pl/?post_type=sp_event&p=6510\",\"name\":\"Olimpia Kisielice vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-07-30T15:00:47+00:00\",\"dateModified\":\"2023-07-07T14:53:14+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6510#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/?post_type=sp_event&p=6510\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6510#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Olimpia Kisielice vs Amatorka Mikołajki Pomorskie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "Olimpia Kisielice vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/?post_type=sp_event&p=6510",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "Olimpia Kisielice vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/?post_type=sp_event&p=6510",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-07-07T14:53:14+00:00",
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6510",
                        "url": "https://amatorkamp.pl/?post_type=sp_event&p=6510",
                        "name": "Olimpia Kisielice vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-07-30T15:00:47+00:00",
                        "dateModified": "2023-07-07T14:53:14+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6510#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/?post_type=sp_event&p=6510"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6510#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "Olimpia Kisielice vs Amatorka Mikołajki Pomorskie"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6510"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/34"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6510"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6510"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6510"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6510"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    },
    {
        "id": 6509,
        "date": "2023-07-26T18:00:15",
        "date_gmt": "2023-07-26T16:00:15",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&#038;p=6509"
        },
        "modified": "2023-07-07T16:52:43",
        "modified_gmt": "2023-07-07T14:52:43",
        "slug": "supra-kwidzyn-vs-amatorka-mikolajki-pomorskie",
        "status": "future",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/?post_type=sp_event&p=6509",
        "title": {
            "rendered": "Supra Kwidzyn vs Amatorka Mikołajki Pomorskie"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 34,
        "featured_media": 0,
        "template": "",
        "format": "league",
        "leagues": [
            87
        ],
        "seasons": [
            135
        ],
        "venues": [],
        "teams": [
            3229,
            33
        ],
        "main_results": [],
        "outcome": [],
        "winner": null,
        "mode": "team",
        "day": "",
        "minutes": "90",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "3229": [],
            "33": [],
            "0": {
                "outcome": "Wynik"
            }
        },
        "performance": [
            {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        ],
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Supra Kwidzyn vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/?post_type=sp_event&p=6509\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Supra Kwidzyn vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/?post_type=sp_event&amp;p=6509\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-07-07T14:52:43+00:00\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6509\",\"url\":\"https://amatorkamp.pl/?post_type=sp_event&p=6509\",\"name\":\"Supra Kwidzyn vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-07-26T16:00:15+00:00\",\"dateModified\":\"2023-07-07T14:52:43+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6509#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/?post_type=sp_event&p=6509\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6509#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Supra Kwidzyn vs Amatorka Mikołajki Pomorskie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "Supra Kwidzyn vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/?post_type=sp_event&p=6509",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "Supra Kwidzyn vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/?post_type=sp_event&p=6509",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-07-07T14:52:43+00:00",
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6509",
                        "url": "https://amatorkamp.pl/?post_type=sp_event&p=6509",
                        "name": "Supra Kwidzyn vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-07-26T16:00:15+00:00",
                        "dateModified": "2023-07-07T14:52:43+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6509#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/?post_type=sp_event&p=6509"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6509#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "Supra Kwidzyn vs Amatorka Mikołajki Pomorskie"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6509"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/34"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6509"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6509"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6509"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6509"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    },
    {
        "id": 6508,
        "date": "2023-07-21T18:00:37",
        "date_gmt": "2023-07-21T16:00:37",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&#038;p=6508"
        },
        "modified": "2023-07-07T16:52:10",
        "modified_gmt": "2023-07-07T14:52:10",
        "slug": "wisla-korzeniewo-vs-amatorka-mikolajki-pomorskie",
        "status": "future",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/?post_type=sp_event&p=6508",
        "title": {
            "rendered": "Wisła Korzeniewo vs Amatorka Mikołajki Pomorskie"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 34,
        "featured_media": 0,
        "template": "",
        "format": "league",
        "leagues": [
            87
        ],
        "seasons": [
            135
        ],
        "venues": [],
        "teams": [
            6503,
            33
        ],
        "main_results": [],
        "outcome": [],
        "winner": null,
        "mode": "team",
        "day": "",
        "minutes": "90",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "6503": [],
            "33": [],
            "0": {
                "outcome": "Wynik"
            }
        },
        "performance": [
            {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        ],
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Wisła Korzeniewo vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/?post_type=sp_event&p=6508\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Wisła Korzeniewo vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/?post_type=sp_event&amp;p=6508\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-07-07T14:52:10+00:00\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6508\",\"url\":\"https://amatorkamp.pl/?post_type=sp_event&p=6508\",\"name\":\"Wisła Korzeniewo vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-07-21T16:00:37+00:00\",\"dateModified\":\"2023-07-07T14:52:10+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6508#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/?post_type=sp_event&p=6508\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6508#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wisła Korzeniewo vs Amatorka Mikołajki Pomorskie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "Wisła Korzeniewo vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/?post_type=sp_event&p=6508",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "Wisła Korzeniewo vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/?post_type=sp_event&p=6508",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-07-07T14:52:10+00:00",
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6508",
                        "url": "https://amatorkamp.pl/?post_type=sp_event&p=6508",
                        "name": "Wisła Korzeniewo vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-07-21T16:00:37+00:00",
                        "dateModified": "2023-07-07T14:52:10+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6508#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/?post_type=sp_event&p=6508"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6508#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "Wisła Korzeniewo vs Amatorka Mikołajki Pomorskie"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6508"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/34"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6508"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6508"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6508"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6508"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    },
    {
        "id": 6505,
        "date": "2023-07-14T19:00:39",
        "date_gmt": "2023-07-14T17:00:39",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&#038;p=6505"
        },
        "modified": "2023-07-07T16:33:15",
        "modified_gmt": "2023-07-07T14:33:15",
        "slug": "nogat-malbork-vs-amatorka-mikolajki-pomorskie",
        "status": "future",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/?post_type=sp_event&p=6505",
        "title": {
            "rendered": "Nogat Malbork vs Amatorka Mikołajki Pomorskie"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 34,
        "featured_media": 0,
        "template": "",
        "format": "league",
        "leagues": [
            87
        ],
        "seasons": [
            135
        ],
        "venues": [],
        "teams": [
            6502,
            33
        ],
        "main_results": [],
        "outcome": [],
        "winner": null,
        "mode": "team",
        "day": "",
        "minutes": "90",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "6502": [],
            "33": [],
            "0": {
                "outcome": "Wynik"
            }
        },
        "performance": [
            {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        ],
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Nogat Malbork vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/?post_type=sp_event&p=6505\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Nogat Malbork vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/?post_type=sp_event&amp;p=6505\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-07-07T14:33:15+00:00\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6505\",\"url\":\"https://amatorkamp.pl/?post_type=sp_event&p=6505\",\"name\":\"Nogat Malbork vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-07-14T17:00:39+00:00\",\"dateModified\":\"2023-07-07T14:33:15+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6505#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/?post_type=sp_event&p=6505\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/?post_type=sp_event&p=6505#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nogat Malbork vs Amatorka Mikołajki Pomorskie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "Nogat Malbork vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/?post_type=sp_event&p=6505",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "Nogat Malbork vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/?post_type=sp_event&p=6505",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-07-07T14:33:15+00:00",
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6505",
                        "url": "https://amatorkamp.pl/?post_type=sp_event&p=6505",
                        "name": "Nogat Malbork vs Amatorka Mikołajki Pomorskie - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-07-14T17:00:39+00:00",
                        "dateModified": "2023-07-07T14:33:15+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6505#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/?post_type=sp_event&p=6505"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/?post_type=sp_event&p=6505#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "Nogat Malbork vs Amatorka Mikołajki Pomorskie"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6505"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/34"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6505"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6505"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6505"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6505"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    },
    {
        "id": 6306,
        "date": "2023-06-17T16:00:42",
        "date_gmt": "2023-06-17T14:00:42",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&#038;p=6306"
        },
        "modified": "2023-06-14T23:07:45",
        "modified_gmt": "2023-06-14T21:07:45",
        "slug": "lisovia-lisewo-vs-blekitni-stare-miasto",
        "status": "publish",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/",
        "title": {
            "rendered": "Lisovia Lisewo vs Błękitni Stare Miasto"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 1,
        "featured_media": 4012,
        "template": "",
        "format": "league",
        "leagues": [
            116
        ],
        "seasons": [
            117
        ],
        "venues": [
            133
        ],
        "teams": [
            3215,
            3220
        ],
        "main_results": [
            "3",
            "4"
        ],
        "outcome": {
            "3215": "przegrana",
            "3220": "win"
        },
        "winner": 3215,
        "mode": "team",
        "day": "Kolejka 26",
        "minutes": "90",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "3215": {
                "firsthalf": "",
                "secondhalf": "",
                "goals": "3",
                "poss": "",
                "outcome": [
                    "przegrana"
                ]
            },
            "3220": {
                "firsthalf": "",
                "secondhalf": "",
                "goals": "4",
                "poss": "",
                "outcome": [
                    "win"
                ]
            },
            "0": {
                "goals": "Bramki",
                "outcome": "Wynik"
            }
        },
        "performance": {
            "3215": [
                {
                    "bramka": "",
                    "asysta": "",
                    "takartka": "",
                    "czerwonakartka": "",
                    "kp": "",
                    "s": "",
                    "f": "",
                    "off": "",
                    "ck": "",
                    "ps": "",
                    "pa": "",
                    "pkg": "",
                    "pka": "",
                    "sog": "",
                    "sh": "",
                    "min": "",
                    "samobj": "",
                    "owngoals": "",
                    "passpercent": 0,
                    "shpercent": 0
                }
            ],
            "3220": [
                {
                    "bramka": "",
                    "asysta": "",
                    "takartka": "",
                    "czerwonakartka": "",
                    "kp": "",
                    "s": "",
                    "f": "",
                    "off": "",
                    "ck": "",
                    "ps": "",
                    "pa": "",
                    "pkg": "",
                    "pka": "",
                    "sog": "",
                    "sh": "",
                    "min": "",
                    "samobj": "",
                    "owngoals": "",
                    "passpercent": 0,
                    "shpercent": 0
                }
            ],
            "0": {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        },
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Lisovia Lisewo vs Błękitni Stare Miasto - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Lisovia Lisewo vs Błękitni Stare Miasto - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-06-14T21:07:45+00:00\" />\n<meta property=\"og:image\" content=\"https://amatorkamp.pl/wp-content/uploads/2022/06/LisoviaLisevoWP.png\" />\n\t<meta property=\"og:image:width\" content=\"296\" />\n\t<meta property=\"og:image:height\" content=\"342\" />\n\t<meta property=\"og:image:type\" content=\"image/png\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/\",\"url\":\"https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/\",\"name\":\"Lisovia Lisewo vs Błękitni Stare Miasto - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-06-17T14:00:42+00:00\",\"dateModified\":\"2023-06-14T21:07:45+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lisovia Lisewo vs Błękitni Stare Miasto\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "Lisovia Lisewo vs Błękitni Stare Miasto - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "Lisovia Lisewo vs Błękitni Stare Miasto - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-06-14T21:07:45+00:00",
            "og_image": [
                {
                    "width": 296,
                    "height": 342,
                    "url": "https://amatorkamp.pl/wp-content/uploads/2022/06/LisoviaLisevoWP.png",
                    "type": "image/png"
                }
            ],
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/",
                        "url": "https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/",
                        "name": "Lisovia Lisewo vs Błękitni Stare Miasto - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-06-17T14:00:42+00:00",
                        "dateModified": "2023-06-14T21:07:45+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/event/lisovia-lisewo-vs-blekitni-stare-miasto/#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "Lisovia Lisewo vs Błękitni Stare Miasto"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6306"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/1"
                }
            ],
            "wp:featuredmedia": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media/4012"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6306"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6306"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6306"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6306"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    },
    {
        "id": 6304,
        "date": "2023-06-17T16:00:40",
        "date_gmt": "2023-06-17T14:00:40",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&#038;p=6304"
        },
        "modified": "2023-05-06T11:00:48",
        "modified_gmt": "2023-05-06T09:00:48",
        "slug": "mady-ostaszewo-vs-wks-lignowy-szlacheckie",
        "status": "publish",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/",
        "title": {
            "rendered": "Mady Ostaszewo vs WKS Lignowy Szlacheckie"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 1,
        "featured_media": 0,
        "template": "",
        "format": "league",
        "leagues": [
            116
        ],
        "seasons": [
            117
        ],
        "venues": [],
        "teams": [
            3217,
            3241
        ],
        "main_results": [
            "10",
            "0"
        ],
        "outcome": {
            "3217": "win",
            "3241": "przegrana"
        },
        "winner": 3241,
        "mode": "team",
        "day": "Kolejka 26",
        "minutes": "90",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "3217": {
                "goals": "10",
                "outcome": [
                    "win"
                ]
            },
            "3241": {
                "goals": "0",
                "outcome": [
                    "przegrana"
                ]
            },
            "0": {
                "goals": "Bramki",
                "outcome": "Wynik"
            }
        },
        "performance": [
            {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        ],
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Mady Ostaszewo vs WKS Lignowy Szlacheckie - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Mady Ostaszewo vs WKS Lignowy Szlacheckie - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-05-06T09:00:48+00:00\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/\",\"url\":\"https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/\",\"name\":\"Mady Ostaszewo vs WKS Lignowy Szlacheckie - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-06-17T14:00:40+00:00\",\"dateModified\":\"2023-05-06T09:00:48+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mady Ostaszewo vs WKS Lignowy Szlacheckie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "Mady Ostaszewo vs WKS Lignowy Szlacheckie - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "Mady Ostaszewo vs WKS Lignowy Szlacheckie - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-05-06T09:00:48+00:00",
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/",
                        "url": "https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/",
                        "name": "Mady Ostaszewo vs WKS Lignowy Szlacheckie - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-06-17T14:00:40+00:00",
                        "dateModified": "2023-05-06T09:00:48+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/event/mady-ostaszewo-vs-wks-lignowy-szlacheckie/#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "Mady Ostaszewo vs WKS Lignowy Szlacheckie"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6304"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/1"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6304"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6304"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6304"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6304"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    },
    {
        "id": 6307,
        "date": "2023-06-17T16:00:39",
        "date_gmt": "2023-06-17T14:00:39",
        "guid": {
            "rendered": "https://amatorkamp.pl/?post_type=sp_event&#038;p=6307"
        },
        "modified": "2023-05-06T11:04:27",
        "modified_gmt": "2023-05-06T09:04:27",
        "slug": "gryf-tczew-kp-vs-lks-waplewo",
        "status": "publish",
        "type": "sp_event",
        "link": "https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/",
        "title": {
            "rendered": "Gryf Tczew KP vs LKS Waplewo"
        },
        "content": {
            "rendered": "",
            "protected": false
        },
        "excerpt": {
            "rendered": "",
            "protected": false
        },
        "author": 1,
        "featured_media": 0,
        "template": "",
        "format": "league",
        "leagues": [
            116
        ],
        "seasons": [
            117
        ],
        "venues": [],
        "teams": [
            3242,
            3221
        ],
        "main_results": [
            "7",
            "2"
        ],
        "outcome": {
            "3242": "win",
            "3221": "przegrana"
        },
        "winner": 3221,
        "mode": "team",
        "day": "Kolejka 26",
        "minutes": "90",
        "players": [
            0,
            0
        ],
        "offense": [],
        "defense": [],
        "staff": [
            0,
            0
        ],
        "results": {
            "3242": {
                "goals": "7",
                "outcome": [
                    "win"
                ]
            },
            "3221": {
                "goals": "2",
                "outcome": [
                    "przegrana"
                ]
            },
            "0": {
                "goals": "Bramki",
                "outcome": "Wynik"
            }
        },
        "performance": [
            {
                "position": "Pozycja",
                "bramka": "Bramka",
                "asysta": "Asysta",
                "takartka": "Żółta kartka",
                "czerwonakartka": "Czerwona kartka",
                "kp": "KP",
                "passpercent": "P%",
                "s": "S",
                "f": "F",
                "off": "OFF",
                "ck": "CK",
                "ps": "PS",
                "pa": "PA",
                "pkg": "PKG",
                "pka": "PKA",
                "shpercent": "SH%",
                "sog": "SOG",
                "sh": "SH",
                "min": "MIN",
                "samobj": "Samobój",
                "owngoals": "Own Goals"
            }
        ],
        "yoast_head": "<!-- This site is optimized with the Yoast SEO plugin v20.11 - https://yoast.com/wordpress/plugins/seo/ -->\n<title>Gryf Tczew KP vs LKS Waplewo - Amatorka Mikołajki Pomorskie</title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n<link rel=\"canonical\" href=\"https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/\" />\n<meta property=\"og:locale\" content=\"pl_PL\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Gryf Tczew KP vs LKS Waplewo - Amatorka Mikołajki Pomorskie\" />\n<meta property=\"og:url\" content=\"https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/\" />\n<meta property=\"og:site_name\" content=\"Amatorka Mikołajki Pomorskie\" />\n<meta property=\"article:modified_time\" content=\"2023-05-06T09:04:27+00:00\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/\",\"url\":\"https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/\",\"name\":\"Gryf Tczew KP vs LKS Waplewo - Amatorka Mikołajki Pomorskie\",\"isPartOf\":{\"@id\":\"https://amatorkamp.pl/#website\"},\"datePublished\":\"2023-06-17T14:00:39+00:00\",\"dateModified\":\"2023-05-06T09:04:27+00:00\",\"breadcrumb\":{\"@id\":\"https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona główna\",\"item\":\"https://amatorkamp.pl/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gryf Tczew KP vs LKS Waplewo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://amatorkamp.pl/#website\",\"url\":\"https://amatorkamp.pl/\",\"name\":\"Amatorka Mikołajki Pomorskie\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://amatorkamp.pl/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"}]}</script>\n<!-- / Yoast SEO plugin. -->",
        "yoast_head_json": {
            "title": "Gryf Tczew KP vs LKS Waplewo - Amatorka Mikołajki Pomorskie",
            "robots": {
                "index": "index",
                "follow": "follow",
                "max-snippet": "max-snippet:-1",
                "max-image-preview": "max-image-preview:large",
                "max-video-preview": "max-video-preview:-1"
            },
            "canonical": "https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/",
            "og_locale": "pl_PL",
            "og_type": "article",
            "og_title": "Gryf Tczew KP vs LKS Waplewo - Amatorka Mikołajki Pomorskie",
            "og_url": "https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/",
            "og_site_name": "Amatorka Mikołajki Pomorskie",
            "article_modified_time": "2023-05-06T09:04:27+00:00",
            "twitter_card": "summary_large_image",
            "schema": {
                "@context": "https://schema.org",
                "@graph": [
                    {
                        "@type": "WebPage",
                        "@id": "https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/",
                        "url": "https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/",
                        "name": "Gryf Tczew KP vs LKS Waplewo - Amatorka Mikołajki Pomorskie",
                        "isPartOf": {
                            "@id": "https://amatorkamp.pl/#website"
                        },
                        "datePublished": "2023-06-17T14:00:39+00:00",
                        "dateModified": "2023-05-06T09:04:27+00:00",
                        "breadcrumb": {
                            "@id": "https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/#breadcrumb"
                        },
                        "inLanguage": "pl-PL",
                        "potentialAction": [
                            {
                                "@type": "ReadAction",
                                "target": [
                                    "https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/"
                                ]
                            }
                        ]
                    },
                    {
                        "@type": "BreadcrumbList",
                        "@id": "https://amatorkamp.pl/event/gryf-tczew-kp-vs-lks-waplewo/#breadcrumb",
                        "itemListElement": [
                            {
                                "@type": "ListItem",
                                "position": 1,
                                "name": "Strona główna",
                                "item": "https://amatorkamp.pl/"
                            },
                            {
                                "@type": "ListItem",
                                "position": 2,
                                "name": "Gryf Tczew KP vs LKS Waplewo"
                            }
                        ]
                    },
                    {
                        "@type": "WebSite",
                        "@id": "https://amatorkamp.pl/#website",
                        "url": "https://amatorkamp.pl/",
                        "name": "Amatorka Mikołajki Pomorskie",
                        "description": "",
                        "potentialAction": [
                            {
                                "@type": "SearchAction",
                                "target": {
                                    "@type": "EntryPoint",
                                    "urlTemplate": "https://amatorkamp.pl/?s={search_term_string}"
                                },
                                "query-input": "required name=search_term_string"
                            }
                        ],
                        "inLanguage": "pl-PL"
                    }
                ]
            }
        },
        "_links": {
            "self": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events/6307"
                }
            ],
            "collection": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/events"
                }
            ],
            "about": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/types/sp_event"
                }
            ],
            "author": [
                {
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/users/1"
                }
            ],
            "wp:attachment": [
                {
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/media?parent=6307"
                }
            ],
            "wp:term": [
                {
                    "taxonomy": "sp_league",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/leagues?post=6307"
                },
                {
                    "taxonomy": "sp_season",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/seasons?post=6307"
                },
                {
                    "taxonomy": "sp_venue",
                    "embeddable": true,
                    "href": "https://amatorkamp.pl/wp-json/wp/v2/venues?post=6307"
                }
            ],
            "curies": [
                {
                    "name": "wp",
                    "href": "https://api.w.org/{rel}",
                    "templated": true
                }
            ]
        }
    }
]```

@kruzikruz
Copy link
Author

This filter is not working. You receive a reply that contains teams not used in this address:

https://amatorkamp.pl/wp-json/sportspress/v2/events?teams=1396

"Teams": [
3242,
3221
],

@ozgurun
Copy link

ozgurun commented Jul 12, 2023

Change in function block
this may be the problem
Could this be the Sportspress api function that needs to be added?

https://www.youtube.com/watch?v=5rSfAkLO5eo

@kruzikruz
Copy link
Author

Hmm. I'll try. But the strange thing is that the search works on other fields. such as:

"seasons": [
135
],
"venues": [
129
],

@savvasha
Copy link
Collaborator

Seasons, Leagues and Venues are Custom Taxonomies of the Event, while the Teams, the Players, the Stats etc, are post-meta data. Maybe that is the reason why while you can filter by season, you cannot by teams.

@kruzikruz
Copy link
Author

Do you know how to add something in the code to be able to search for teams?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants