A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=-interest&page=37
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": null,
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-interest&page=36",
    "results": [
        {
            "id": 918,
            "content_url": "https://issuu.com/mozfest/docs/mozillafestival_art_data_online_cat",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luca M. Damiani",
                    "profile_id": 504,
                    "is_active": true
                },
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Art + Data : Exhibition Catalogue",
            "description": "The Art+Data experience and exhibition.  Thirty-six art projects will be showcased at Mozilla Festival 2018, and all (including digital and analogue processes) will focus on data knowledge and usage. They also link to the five festival issues of privacy & security, digital inclusion, web-literacy, open innovation, and decentralisation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-12_094651.9534200000.jpg",
            "created": "2018-09-12T09:46:51.952642Z",
            "moderation_state": 3
        },
        {
            "id": 1371,
            "content_url": "https://www.mozillapulse.org/profile/3146",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "digital inclusion",
                "mozfellows19",
                "mozilla fellow",
                "openness",
                "socio-technical infrastructure"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3146,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sustainable and Equitable Agri-tech",
            "description": "Agriculture is quickly becoming part of the machine-learning revolution as IoT platforms become embedded on farms. But these devices can be insecure, data is being consolidated, open data often only used by elites, and algorithmic prescriptions black-boxed. This project works to ensure that these algorithmically-mediated systems prioritize sustainability and equity.",
            "get_involved": "Seeking relationships within the Moz community of those with agricultural connections",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-11_170838.9465030000.jpg",
            "created": "2019-09-11T17:08:38.946184Z",
            "moderation_state": 3
        },
        {
            "id": 1433,
            "content_url": "https://medium.com/@Mozfest/mozfest-by-the-book-d2fea7bc98cf",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "Mozfest 2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest by the Book",
            "description": "A post about our 10th anniversary MozFest book.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-21_173037.2579800000.jpg",
            "created": "2019-10-21T17:30:37.257354Z",
            "moderation_state": 3
        },
        {
            "id": 1507,
            "content_url": "https://medium.com/@anoukruhaak/data-trusts-why-what-and-how-a8b53b53d34",
            "is_bookmarked": false,
            "tags": [
                "data",
                "Data trusts",
                "#mozfellows19",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Trusts: why, what, how",
            "description": "In this article I put forward the concept of data trusts as a way to claw back some control over the digital utilities that we rely on for our everyday lives and introduce the research I set out to conduct as a Mozilla Fellow.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-11T23:50:24.067961Z",
            "moderation_state": 3
        },
        {
            "id": 1375,
            "content_url": "https://foundation.mozilla.org/en/blog/examining-ais-effect-on-media-and-truth/",
            "is_bookmarked": false,
            "tags": [
                "creativemedia19"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "2019-2020 Creative Media Award Winners",
            "description": "Mozilla is announcing its eight latest Creative Media Awards. These art and advocacy projects highlight how AI intersects with online media and truth — and impacts our everyday lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-09-23T18:02:50.978864Z",
            "moderation_state": 3
        },
        {
            "id": 1376,
            "content_url": "https://medium.com/mozilla-festival/an-invitation-to-build-an-internet-health-movement-13ea576dd30",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An invitation to build an internet health movement",
            "description": "A blog post about Movement Building Trainings for MozFest 2019 Facilitators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_191012.4521820000.jpeg",
            "created": "2019-09-25T19:10:12.451516Z",
            "moderation_state": 3
        },
        {
            "id": 1378,
            "content_url": "https://medium.com/mozilla-festival/join-us-for-a-week-of-networking-collaboration-at-mozfest-house-21-26-october-6f33371ceffb",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Join us for a week of networking & collaboration at MozFest House, 21–25 October",
            "description": "A post about events at 2019's MozFest House.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-27_003807.7964430000.jpg",
            "created": "2019-09-27T00:38:07.795657Z",
            "moderation_state": 3
        },
        {
            "id": 1377,
            "content_url": "https://medium.com/@mhzfoundation/mhz-curationist-opening-cultures-together-or-mhz-curationist-collaboratively-framing-the-world-3a3c10020f9b",
            "is_bookmarked": false,
            "tags": [
                "arts",
                "content",
                "creative commons",
                "culture",
                "curation",
                "curationist",
                "global",
                "mhz foundation",
                "mozfest",
                "mozfest2019",
                "open knowledge",
                "public domain"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "MHz Foundation",
            "submitter_profile_id": 3117,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "MHz Foundation",
                    "profile_id": 3117,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MHz Curationist: Collaboratively Framing the World We Share",
            "description": "As AI amps up, this new global arts and culture site doubles down on human power to drive collaborative content creation and make significant strides in the open knowledge movement.",
            "get_involved": "Will you be at MozFest 2019? The MHz Curationist team looks forward to meeting like-minded individuals to talk collaboration and what's next in the open knowledge space and beyond. \n\nVisit us at curationist.org and let us know what user experience upgrades you would like to see in Version 2.0.",
            "get_involved_url": "http://curationist.org/join-us/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_230327.6783840000.png",
            "created": "2019-09-25T23:03:27.677569Z",
            "moderation_state": 3
        },
        {
            "id": 1379,
            "content_url": "https://medium.com/mozilla-festival/wrangler-round-up-leena-haque-c798975686e7",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Leena Haque",
                    "profile_id": 2342,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Leena Haque",
            "description": "A chat with MozFest 2019 Wrangler Leena Haque.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-27_185946.9872540000.png",
            "created": "2019-09-27T18:59:46.986831Z",
            "moderation_state": 3
        },
        {
            "id": 1381,
            "content_url": "https://medium.com/mozilla-festival/using-games-to-re-imagine-a-healthier-internet-together-cb5472bf7462",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "games",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Using games to re-imagine a healthier internet together",
            "description": "A blog post about how games, play, and movement-building meet at MozFest 2019.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-01_210940.2875690000.jpg",
            "created": "2019-10-01T21:09:40.273833Z",
            "moderation_state": 3
        },
        {
            "id": 1382,
            "content_url": "https://medium.com/mozilla-festival/mozfest-in-spaaaaaace-45f3405edc3",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019",
                "youth-led",
                "youthzone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Joseph Thomas",
                    "profile_id": 3179,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest in SPAAAAAAAACE: Youth Zone 2019",
            "description": "A blog post about the Youth Zone at MozFest 2019",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-03_001301.7994870000.jpeg",
            "created": "2019-10-03T00:13:01.798618Z",
            "moderation_state": 3
        },
        {
            "id": 1415,
            "content_url": "https://medium.com/@cy63113/internet-health-report-brazil-the-curious-case-of-internet-in-tupiniquin-land-the-brazilian-tale-c0551e34ec82?",
            "is_bookmarked": false,
            "tags": [
                "IHR",
                "Internet Brazil",
                "Internet Health Report Brazil",
                "mozfest",
                "mozfest2019",
                "Openness Space",
                "Open Project",
                "work in progress"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Cybelle",
            "submitter_profile_id": 300,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 133,
                    "is_active": true
                },
                {
                    "name": "Cybelle",
                    "profile_id": 300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Curious case of Internet in Tupiniquins Land: the Brazilian tale v.01",
            "description": "The Internet Health Report Brazil is based on efforts made to accomplish the global Internet Health Report, an effort to try to answer the perplexities of what happens locally in Brazil, a country with continental dimensions, and this means not only one, but distinct peculiarities of each region.",
            "get_involved": "Join us to prototype the Internet Health Report of your region during the Mozfest 2019. Openness Space, Saturday, Oct 26, from 11am - 12:30pm",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-04_221454.2278370000.jpg",
            "created": "2019-10-04T22:14:54.227477Z",
            "moderation_state": 3
        },
        {
            "id": 760,
            "content_url": "https://ewic.bcs.org/upload/pdf/ewic_eva17_ia_paper1.pdf",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luca M. Damiani",
                    "profile_id": 504,
                    "is_active": true
                },
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozEx: Web? Arts? Tech? Experience?",
            "description": "Academic Paper as a response on MozEx, an art exhibition with a 21st-century twist, curated by the digital learning teams at both the Tate and the V&A in 2016 (in collaboration with the Mozilla Foundation and Mozilla Festival).  Co-curators Luca M. Damiani and Irini Papadimitriou here reflects back on the project. Published by the British Computer Society and Computer Arts Society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-25_061856.1890360000.jpg",
            "created": "2018-04-25T06:18:56.188675Z",
            "moderation_state": 3
        },
        {
            "id": 943,
            "content_url": "https://medium.com/mozilla-festival/beyond-the-machine-artificially-intelligent-d032edd6215c",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Beyond the Machine: Artificially Intelligent",
            "description": "Irini Papadimitriou curated the Artificially Intelligent display at Victoria and Albert Museum in London. Here she writes about it, framing the overall exhibition not only in its artistic and methodological intervention, but in its digital humanities angle. Image above: Words That Remake The World, from The Seeker, Nye Thompson. Artificially Intelligent display ©Victoria and Albert Museum",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-02_100730.7977380000.png",
            "created": "2018-11-02T10:07:30.797082Z",
            "moderation_state": 3
        },
        {
            "id": 441,
            "content_url": "https://digitransglasgow.github.io/bridgingopenborders/",
            "is_bookmarked": false,
            "tags": [
                "book",
                "ddw17",
                "design",
                "iot",
                "musuem",
                "openiotstudio"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bridging Open Borders: V&A Digital Design Weekend 2017 book",
            "description": "Digital Design Weekend at the Victoria and Albert Museum: an opportunity to drop by, see what’s cooking, hear some news, find out what’s exciting or worrying us. And we try to capture something of that in these books. Welcome to our digital barbecue.More about the V&A Digital Design Weekend: https://www.vam.ac.uk/event/dA7KWKAN/digital-design-weekend-2017",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-21_192014.0528450000.png",
            "created": "2017-09-21T13:54:17.015981Z",
            "moderation_state": 3
        },
        {
            "id": 1421,
            "content_url": "http://www.browndailyherald.com/2019/09/05/cs-department-hires-ethics-tas/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "education",
                "ethics",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CS department hires Ethics TAs",
            "description": "Newly-hired teaching assistants to integrate ethics into computer science curriculum at Brown University.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-13_000352.8328470000.jpg",
            "created": "2019-10-13T00:03:52.832153Z",
            "moderation_state": 3
        },
        {
            "id": 1119,
            "content_url": "https://www.nesta.org.uk/project/mapping-health-innovation/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "data collection",
                "data visualisation",
                "health",
                "machine learning",
                "mozfellows19",
                "mozilla fellow",
                "policy",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chantale Tippett",
                    "profile_id": 2023,
                    "is_active": true
                },
                {
                    "name": "George Richardson",
                    "profile_id": 2024,
                    "is_active": true
                },
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Health Innovation Mapping",
            "description": "We are building a Health Innovation Scanner - an open, online platform that can be used to explore and analyse innovations in health research, as well as activity in startups and social activity across the world. The Scanner will provide decision-makers with richer insight than any single data source alone can provide, allowing good ideas to be identified, supported, scaled or replicated.",
            "get_involved": "",
            "get_involved_url": "https://github.com/nestauk/health-innovation-scanner",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-23T12:13:03.597965Z",
            "moderation_state": 3
        },
        {
            "id": 1419,
            "content_url": "https://link.medium.com/WUmADM2jI0",
            "is_bookmarked": false,
            "tags": [
                "Demystifying dark web",
                "Mozfest 2019",
                "Onion",
                "privacy and security",
                "Tor Project"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Join community"
            ],
            "published_by": "Cybelle",
            "submitter_profile_id": 300,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cybelle",
                    "profile_id": 300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Welcome to the Tor World!  The onion routing: c’mon join the joyride",
            "description": "In a nutshell, Tor is a free-software anonymizing network that helps people around the world to use the Internet safely.",
            "get_involved": "",
            "get_involved_url": "https://www.torproject.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-12_021313.9573430000.png",
            "created": "2019-10-12T02:13:13.956968Z",
            "moderation_state": 3
        },
        {
            "id": 1424,
            "content_url": "https://spicyip.com/2019/10/cjeu-endorses-notice-and-stay-down-for-illegal-online-content.html",
            "is_bookmarked": false,
            "tags": [
                "automation",
                "copyright"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CJEU Endorses ‘Notice and Stay Down’ For Illegal Online Content [Blog Post]",
            "description": "I write for the SpicyIP blog on the recent CJEU judgement in Eva Glawischnig-Piesczek v Facebook Ireland Limited, and the worrying endorsement of upload filters for screening online content at a global level.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-10-13T10:59:47.565969Z",
            "moderation_state": 3
        },
        {
            "id": 1426,
            "content_url": "https://medium.com/@Mozfest/wrangler-round-up-pablo-aguilera-8515a966fd90",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pablo Aguilera",
                    "profile_id": 2300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Pablo Aguilera",
            "description": "A chat with MozFest 2019 Wrangler Pablo Aguilera.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-16_193836.6559920000.jpg",
            "created": "2019-10-16T19:38:36.655551Z",
            "moderation_state": 3
        },
        {
            "id": 1418,
            "content_url": "https://medium.com/@Mozfest/arts-culture-at-mozfest-2019-9301eb72dda6",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Arts & Culture at MozFest 2019",
            "description": "A post about the Arts & Culture offerings at MozFest 2019.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-11_210139.0669060000.png",
            "created": "2019-10-28T21:01:39.066362Z",
            "moderation_state": 3
        },
        {
            "id": 1429,
            "content_url": "https://medium.com/mozilla-festival/mozfest-for-activists-seven-great-sessions-for-organisers-and-world-changers-a0ca68f499e6",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest for Activists: Seven great sessions for organisers and world-changers.",
            "description": "A blog post about MozFest sessions for activists, organisers, and world-changers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-17_221822.6069270000.jpg",
            "created": "2019-10-17T22:18:22.606575Z",
            "moderation_state": 3
        },
        {
            "id": 1430,
            "content_url": "https://foundation.mozilla.org/campaigns/youtube-regrets/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Theo Chevalier",
            "submitter_profile_id": 57,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "YouTube Regrets",
            "description": "Got YouTube Regrets? Thousands do! They told us about the videos they wish they’d never clicked that sent them down a rabbit hole they never meant to go down and didn’t know how to stop. Let’s send a message to YouTube: recommend responsibly, or don't recommend at all. No regrets!",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/youtube-regrets/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-18_181339.7110640000.jpg",
            "created": "2019-10-18T18:13:39.710358Z",
            "moderation_state": 3
        },
        {
            "id": 1461,
            "content_url": "https://www.comuzi.xyz",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Invisible Mask",
            "description": "Our speculative provocation is an invisible mask which people could wear to counter the surveillance effects of facial recognition technologies. Our provocation centres around a critical examination of the attack on human agency and autonomy by facial recognition technologies utilised in public security environments. \n\nThe artwork aims to question our future relationship with fashion, exploring the role that fashion will play as a protective tool against surveillance culture. The speculative provocation has taken inspiration from the activists in Hong Kong.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_180038.4350370000.png",
            "created": "2019-11-06T18:00:38.434460Z",
            "moderation_state": 3
        },
        {
            "id": 1668,
            "content_url": "https://foundation.mozilla.org/en/blog/privacy-norms-and-pandemic/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog: Privacy Norms and the Pandemic",
            "description": "Writes Mark Surman: \"Will things like digital contact tracing leave a legacy of better privacy norms, or worse ones?\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_145537.9307810000.jpg",
            "created": "2020-05-05T14:55:37.930235Z",
            "moderation_state": 3
        },
        {
            "id": 1670,
            "content_url": "https://www.eff.org/issues/covid-19",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "COVID-19 and Digital Rights",
            "description": "Many of our digital rights are impacted by COVID-19. Now more than ever, EFF is dedicated to ensuring that technology supports freedom, justice, and innovation for all the people of the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_155415.2003770000.png",
            "created": "2020-05-05T15:54:15.199868Z",
            "moderation_state": 3
        },
        {
            "id": 2280,
            "content_url": "https://foundation.mozilla.org/campaigns/petition-slack-block-abuse/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tell Slack: #BlockAbuse",
            "description": "Chat platform Slack fails to protect its users from harassment and abusive messages. Sign the petition calling on Slack to block abuse.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/petition-slack-block-abuse/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-09-29_210237.5207020000.jpg",
            "created": "2021-09-29T21:02:37.520367Z",
            "moderation_state": 3
        },
        {
            "id": 1438,
            "content_url": "https://medium.com/mozilla-festival/mozfest-regulars-bastian-greshake-tzovaras-b959012b9306",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest Regulars: Bastian Greshake-Tzovaras",
            "description": "A chat with open data advocate and bioinformaticist Bastian Greshake-Tzovaras about his MozFest experiences.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-22_144959.7041760000.jpg",
            "created": "2019-10-22T14:48:01.893635Z",
            "moderation_state": 3
        },
        {
            "id": 1440,
            "content_url": "https://www.healthierai.org",
            "is_bookmarked": false,
            "tags": [
                "olx"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Create content"
            ],
            "published_by": "Shina Dhingra",
            "submitter_profile_id": 2022,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Pranshu Khanna",
                    "profile_id": 1806,
                    "is_active": true
                },
                {
                    "name": "Shina Dhingra",
                    "profile_id": 2022,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Healthier AI",
            "description": "It is a 15 week mentoring and training program inspired by Mozilla Open Leaders that will help participants drive conversations about ethics in data science, machine learning and AI. The participants will be creating environments, curricula and tools that support community dialogue around ethics challenges and we hope to translate findings into actionable principles - and to hold each other accountable.The participants will be involved in projects that empower them to become Healthier AI advocates and voice expectations for responsible data use and to bring data practitioners together.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-22_223940.7423110000.jpg",
            "created": "2019-10-22T22:39:40.741994Z",
            "moderation_state": 3
        },
        {
            "id": 1459,
            "content_url": "https://uxdesign.cc/all-eyes-on-it-increasing-transparency-of-video-recommendations-on-youtube-ca008d68d816",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "YouTube"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Aosheng Ran",
            "submitter_profile_id": 3278,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aosheng Ran",
                    "profile_id": 3278,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "All Eyes on It",
            "description": "What does a more transparent YouTube look like? In the last three weeks, I set out to re-imagine a YouTube experience that helps us understand the algorithmic personalization and make better sense of the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_011710.2379240000.png",
            "created": "2019-11-06T01:17:10.237582Z",
            "moderation_state": 3
        }
    ]
}