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=thumbnail&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=thumbnail&page=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=thumbnail&page=2",
    "results": [
        {
            "id": 132,
            "content_url": "http://harloholm.es/2014/11/29/unveilling...-unveillance.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Unveillance",
            "description": "Privately send documents to a server to run bits of code experiments, written by you or your friends.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A library that combines friend-to-friend file sharing, machine learning, and If-This-Then-That-style programming.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:48:51.942000Z",
            "moderation_state": 3
        },
        {
            "id": 128,
            "content_url": "https://mozilla-foundation-research.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Foundation Research Blog",
            "description": "A blog from the research team in the field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Interesting insights on how real people view, connect with, and use the internet.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-12T21:41:43.953000Z",
            "moderation_state": 3
        },
        {
            "id": 123,
            "content_url": "https://netposi.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NetPosi",
            "description": "A podcast about activism & technology.",
            "get_involved": "Have an idea about a topic or guest for an episode? Email: [email protected].",
            "get_involved_url": "",
            "interest": "Interviews with technologists making a mark in the world of activism (or vice versa). Guests include Cory Doctorow and Wendy Seltzer.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-26T20:45:42.381000Z",
            "moderation_state": 3
        },
        {
            "id": 121,
            "content_url": "https://github.com/slidewinder/slidewinder",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Slidewinder",
            "description": "Instant, beautiful, pick-and-mix slide decks.",
            "get_involved": "Post issues, run tests, profide feedback to UI/UX/design/development",
            "get_involved_url": "http://www.slidewinder.io/docs/",
            "interest": "Everyone gives talks and wants to re-use slides or remix old decs, or share decs with others.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T03:54:52.465000Z",
            "moderation_state": 3
        },
        {
            "id": 118,
            "content_url": "http://ankitdaf.com/bell.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Ghanta Project",
            "description": "The 'Ghanta' or bell that serves as a call to gather as a community. It's an IoT connected product: a bell and a tablet.",
            "get_involved": "",
            "get_involved_url": "http://ankitdaf.com/bell.html",
            "interest": "Physical prototype with web interaction",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-02T09:04:30.048000Z",
            "moderation_state": 3
        },
        {
            "id": 117,
            "content_url": "https://docs.google.com/document/d/1XAZ1QhEjqA-3wZU4QOodvVIYGsRJfPsbqXGvSPnXnRs/edit",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Conductive Contracts",
            "description": "Complete the circuit by stamping it. Your contract is digitally authorized using conductive ink, Indian stamp paper, & your thumbprint.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Exploring conductive ink",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-02T09:06:07.818000Z",
            "moderation_state": 3
        },
        {
            "id": 124,
            "content_url": "https://whatcanidofortheinternet.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What can I do for the Internet",
            "description": "A fun and easy thing you can do each week, sent by email.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's fun, easy, and productive.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-23T20:35:02.202000Z",
            "moderation_state": 3
        },
        {
            "id": 40,
            "content_url": "http://learningportfoliospace.tumblr.com/tagged/mozfest16",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "digitalarts&culture",
                "lpparsons",
                "lpspace",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Learning Portfolio Builder",
            "description": "The Learning Portfolio Builder is process of MAKING> DOCUMENTING> SELF-REFLECTING> SHARING, both off and online.",
            "get_involved": "",
            "get_involved_url": "http://learningportfoliospace.tumblr.com/contact",
            "interest": "It is  a fun and playful way of curating process and final pieces when putting together a portfolio",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-29T06:48:36.001000Z",
            "moderation_state": 3
        },
        {
            "id": 78,
            "content_url": "http://mozillascience.github.io/working-open-workshop/sprints_events/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "events",
                "sprints",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Running Sprints and Community Events",
            "description": "This activity is designed to get you started on the planning for your first sprint or community event. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/sprints_events",
            "interest": "Help organizing a community event",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:49:32.946000Z",
            "moderation_state": 3
        },
        {
            "id": 152,
            "content_url": "https://fakenews.open-austin.org/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "fake news",
                "hive",
                "media",
                "misinfocon"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mission Information, Fighting Fake News w/ Hive Austin",
            "description": "Fake the News is a Mozilla supported project from Hive Austin to help educators and teens evaluate online news for credibility and trust to strengthen their communities’ resilience to Fake News. The core team recently traveled to Misinfocon at MIT Media Lab.",
            "get_involved": "Fake the News is an open source project hosted on GitHub. We're looking for contributing developers to help build a web app, educators to pilot test and iterate the curriculum, and experts in the field to inform the content.",
            "get_involved_url": "https://fakenews.open-austin.org/",
            "interest": "Fake News is the key Internet Health indicator of our time. It is a uniquely web literacy phenomena, a digital inclusion paradox and a decentralization conundrum. This multi-disciplinary, open-source project leverages key Mozilla staff and our broad networks extending well beyond Austin.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-02-28T18:28:46.862000Z",
            "moderation_state": 3
        },
        {
            "id": 4,
            "content_url": "https://iheartmob.org/",
            "is_bookmarked": false,
            "tags": [
                "online security",
                "privacy",
                "support",
                "trolling"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Heartmob",
            "description": "Help people who are being harassed by documenting, sending support, and reporting abuse. Or, if you are being harassed online, you can develop a safety plan, document harassment, and get support.",
            "get_involved": "People can offer to help others, or request to receive help by  joining the Heartmob community.",
            "get_involved_url": "https://iheartmob.org/pages/about",
            "interest": "A practical way to help people dealing with online harassment, or to get support.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-01-13T20:29:21.941000Z",
            "moderation_state": 3
        },
        {
            "id": 36,
            "content_url": "https://github.com/OpenCosmics/opencosmics.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "citizen science",
                "cosmic rays",
                "mozfest",
                "particle physics",
                "science"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Cosmics",
            "description": "Cosmic-ray physics for everyone!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-30T18:40:16.901000Z",
            "moderation_state": 3
        },
        {
            "id": 52,
            "content_url": "https://github.com/DCTP/DetroitMusicBox",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "community tech",
                "mozfest",
                "open leadership f16",
                "storytelling"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Music Box",
            "description": "Music Box began in Detroit as a way for long-time residents to share stories and preserve the history of their rapidly gentrifying neighborhoods. We are currently widening to expand it to other neighborhoods and innovate in the way we collect stories.",
            "get_involved": "Help us to further develop our documentation, host a music box in your neighborhood, or join in the brainstorming and build-out of a story collection kiosk we are working on building!",
            "get_involved_url": "https://github.com/DCTP/DetroitMusicBox/blob/master/contributor-guidlines.md",
            "interest": "Music Box provides a way for residents to facilitate community engagement, organizing storytelling events and mobile based storytelling abilities. Participants can share stories and interact with the spaces and histories around them, and new residents and developers can gain local context.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-27T10:01:31.771000Z",
            "moderation_state": 3
        },
        {
            "id": 1905,
            "content_url": "https://aitalk.podbean.com/e/ai-myths/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Podcast appearance on Skynet Today",
            "description": "Daniel and Alexa appeared on the Skynet Today podcast to talk about aimyths.org",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-02T15:54:17.694486Z",
            "moderation_state": 3
        },
        {
            "id": 144,
            "content_url": "http://www.webmaker.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Webmaker Android",
            "description": "Webmaker enables people to discover, create, and share rich content from their mobile device.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozilla/webmaker-core/blob/develop/README.md",
            "interest": "It brings some of the web’s best features to a mobile app, going beyond a soundbite or photo filter enabling truly creative projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-23T06:13:56.720000Z",
            "moderation_state": 3
        },
        {
            "id": 149,
            "content_url": "https://neurostars.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Neurostars.org",
            "description": "NeuroStars is an experiment to engage the neuroinformatics community in a question & answer site tailored to their subject area.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-02T12:46:51Z",
            "moderation_state": 3
        },
        {
            "id": 148,
            "content_url": "http://mozilla.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Biosurveillance using Social Media",
            "description": "A project to visualize social media data used in an early detection system for disease epidemics as they emerge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-03T16:59:58Z",
            "moderation_state": 3
        },
        {
            "id": 145,
            "content_url": "https://mozillascience.org/projects/mozillascience-software-discovery-dashboard",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Software Discovery Dashboard",
            "description": "We are creating an open source web dashboard capable of searching multiple code hosting services, such as Zenodo, Figshare, and GitHub, for the benefit of the research community.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozillascience/software-discovery-dashboard",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-04T23:17:18Z",
            "moderation_state": 3
        },
        {
            "id": 136,
            "content_url": "http://cariboudigital.net/winners-losers-in-the-global-app-economy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Winners and Losers in the Global App Economy",
            "description": "A research report to look deeper at the global trends in app revenue flow, with a particularly lens on emerging markets.",
            "get_involved": "Read, use and share the report",
            "get_involved_url": "",
            "interest": "Research was supported by Mozilla Foundation, and maps to our goals around digital inclusion, and many other points in the Mozilla Mission.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-01T15:41:11.326000Z",
            "moderation_state": 3
        },
        {
            "id": 67,
            "content_url": "http://geojournalism.org/2015/02/create-immersive-photo-experiences-with-google-photo-sphere/",
            "is_bookmarked": false,
            "tags": [
                "3d",
                "hive",
                "photo"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Create Your Own Google Photosphere",
            "description": "Hive Chicago member Peggy Notebaert Nature Museum shared their use of photospheres with teens to create immersive 3-D images that empower Internet image creators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Anyone who wants to use immersive, 360-degree images for place-based learning. Geojournalism.org (http://geojournalism.org/about/) is part of the portfolio of InfoAmazonia (http://infoamazonia.org/), a multidisciplinary team hosted in Brazil  working to create useful applications for environmental coverage. The online toolkit was created in partnership with Internews’ Earth Journalism Network (http://earthjournalism.net/) and the Flag It! Project (http://ecolab.oeco.org.br/projects/flagit/).",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:14:54.379000Z",
            "moderation_state": 3
        },
        {
            "id": 72,
            "content_url": "http://mzl.la/hivesd924",
            "is_bookmarked": false,
            "tags": [
                "event",
                "gigabit community fund",
                "hive",
                "meetup"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive Austin's First Meetup",
            "description": "Hive ATX's first official meetup on 9/24: a Gigabit Fund info session, EdTech Demo, and networking event for educators, technologists and entrepreneurs interested in digital literacy and inclusion.",
            "get_involved": "We're looking for resources that support more inclusive practices in digital literacy education.",
            "get_involved_url": "",
            "interest": "MLN messaging in deck, event agenda and feedback survey; results: most participants came b/c they were invited by someone else, 100% wld recommend the event to a colleague & 92% wanted to attend a follow-up meetup in Nov/Dec.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-30T20:30:49.169000Z",
            "moderation_state": 3
        },
        {
            "id": 5,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "crowdsourcing",
                "fgm",
                "mapping",
                "mozfest",
                "tanzania",
                "women & girls"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Crowd2Map",
            "description": "Emerging from MozFest 2015, Crowd2Map improves maps of rural Tanzania to support development and humanitarian efforts — with a focus on protecting girls from female genital mutilation and ensuring they get quality education and can continue to shape their own futures.",
            "get_involved": "People outside of Tanzania can help with satellite mapping. Locally, contributors can participate using Maps.me on their mobile phone. You can also organize a mapathon in your community or contribute coding or other skills.",
            "get_involved_url": "https://github.com/seplute/crowd2map",
            "interest": "Contribute to an important global initiative while learning how an open project operates.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-01-13T20:09:47.140000Z",
            "moderation_state": 3
        },
        {
            "id": 76,
            "content_url": "http://mozillascience.github.io/working-open-workshop/data_reuse/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "reuse",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your Data Can Live Forever: How to Plan for Data Reuse",
            "description": "This activity is designed to help you understand what someone outside your research project (or you in 5-10 years) would need to know about your data in order to build on your work.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/data_reuse",
            "interest": "Help writing a data reuse plan when you're using data",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:52:50.296000Z",
            "moderation_state": 3
        },
        {
            "id": 1,
            "content_url": "https://leaomozillaclubs.com/digital-inclusion-faster-curriculum-experimental-fb65e3e335ec#.9fofcctna",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "labs",
                "learning",
                "mozilla clubs"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Inclusion: Faster Curriculum Experimental",
            "description": "Experiment focused on teaching basic computer and web skills in 3 weeks.",
            "get_involved": "You can give feedback and develop local digital inclusion activities.",
            "get_involved_url": "",
            "interest": "Because digital inclusion can connect everyone to the internet",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-02-03T00:06:59.318000Z",
            "moderation_state": 3
        },
        {
            "id": 69,
            "content_url": "https://github.com/mozilla/thimble.mozilla.org/pull/1559",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Rad Contribution to Thimble",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a great example of a collaboration with a new contributor",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-06T21:50:55.827000Z",
            "moderation_state": 3
        },
        {
            "id": 119,
            "content_url": "https://togetherjs.com/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "javascript"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Together JS",
            "description": "TogetherJS is a service for your website that makes it easy for your users to collaborate in real-time.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T20:59:16.658000Z",
            "moderation_state": 3
        },
        {
            "id": 62,
            "content_url": "https://www.youtube.com/watch?v=OG10a1F9gU0",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CSI:GIF",
            "description": "Meet the cops who patrol the tubes of the Internet for the baddest crime of all: GIFs",
            "get_involved": "Join the campaign behind CSI:GIF jail.",
            "get_involved_url": "https://www.changecopyright.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-24T21:56:16.394000Z",
            "moderation_state": 3
        },
        {
            "id": 8,
            "content_url": "https://mozillascience.github.io/open-data-primers/",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "primers",
                "science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Primers",
            "description": "An online handbook of Open Data Training Primers developed by the Mozilla Science Lab and their community members.  These primers are designed to read at your own pace and pick and choose the topics you want to read concerning open data.",
            "get_involved": "Would love feedback on the primers so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "Lays out basics of open data for anyone interested in the topic and assumes no prior knowledge.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:15:05.909000Z",
            "moderation_state": 3
        },
        {
            "id": 61,
            "content_url": "https://www.youtube.com/watch?v=Obv6M_c8XVs",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Meme Jail",
            "description": "See what happens when classic memes head to Europe",
            "get_involved": "Join the campaign behind meme jail.",
            "get_involved_url": "https://www.changecopyright.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-24T21:57:50.627000Z",
            "moderation_state": 3
        },
        {
            "id": 178,
            "content_url": "https://savethememe.net/en",
            "is_bookmarked": false,
            "tags": [
                "copyright"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Save The Memes",
            "description": "A tool to call European MEPs in support of protecting User Generated Content in the EU",
            "get_involved": "If you're in Europe, try to call your MEP!",
            "get_involved_url": "https://savethememe.net/en",
            "interest": "Great example of internet advocacy",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-06T20:20:59.675121Z",
            "moderation_state": 3
        },
        {
            "id": 131,
            "content_url": "http://newslynx.readthedocs.org/en/latest/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NewsLynx",
            "description": "A tool for measuring the qualitative and quantitative impact of news stories.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Enables journalists and publishers to measure the impact of their stories.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:58:52.061000Z",
            "moderation_state": 3
        },
        {
            "id": 11,
            "content_url": "http://nerdcator.org",
            "is_bookmarked": false,
            "tags": [
                "mapping",
                "mozfest",
                "project",
                "travel"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nerdcator",
            "description": "A basic app that allows travelers to find nearby sites of special interest to scientists and nerds such as geological/botanical features, offbeat museums, graves of our scientific heroes, locations of historic/scientific events/interest, and even research labs offering tours.",
            "get_involved": "Check out our CONTRIBUTING.md file to learn more, and our github contact is in the README.md file!",
            "get_involved_url": "https://github.com/auremoser/nerdcator/blob/master/CONTRIBUTING.md",
            "interest": "Anyone is welcome to contribute locations of interest or help us make the site better and more-fully-featured.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-16T21:39:05.686000Z",
            "moderation_state": 3
        },
        {
            "id": 143,
            "content_url": "http://flukeout.com/examples/htmlomatic/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "html-o-matic",
            "description": "A tool for exploring CSS styles with a fun shuffle interface.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a simple way to accidentally learn about CSS.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-25T20:57:48.225000Z",
            "moderation_state": 3
        },
        {
            "id": 77,
            "content_url": "http://mozillascience.github.io/working-open-workshop/personas_pathways/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "contributors",
                "pathways",
                "personas",
                "users",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Personas and Pathways for Growing Communities",
            "description": "This activity is designed to help you identify potential users and contributors, understand their goals and motivations, help them join your project, and grow them into strong community members.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/personas_pathways",
            "interest": "Help thinking about your community",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:51:20.935000Z",
            "moderation_state": 3
        },
        {
            "id": 79,
            "content_url": "http://mozillascience.github.io/working-open-workshop/code_of_conduct/",
            "is_bookmarked": false,
            "tags": [
                "code of conduct",
                "harrassment",
                "inclusive",
                "welcoming",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Getting Started with Codes of Conduct",
            "description": "This activity walks you through some considerations associated with anti-harassment policies, and help you put in place a plan and process for creating a welcoming, inclusive, harrassment-free space.",
            "get_involved": "Contribute to this guide via GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/code_of_conduct",
            "interest": "Help writing a code of conduct",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:47:52.881000Z",
            "moderation_state": 3
        },
        {
            "id": 432,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "development",
                "empower women",
                "fgm",
                "GIS",
                "open data",
                "openstreetmap",
                "un women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Join community",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Janet Chapman",
            "submitter_profile_id": 101,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 101,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowd2Map to End FGM",
            "description": "Mapping rural Tanzania into OpenStreetMap to help protect girls from Female Genital Mutilation",
            "get_involved": "Help us develop a crowdsourced validation system so we can start printing village level maps to help protect girls from FGM and aid development and navigation in Tanzania.",
            "get_involved_url": "https://crowd2map.wordpress.com/2017/08/30/for-universities/",
            "interest": "People with GIS or coding skills particularly welcome!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-09-12T15:34:38.632974Z",
            "moderation_state": 3
        },
        {
            "id": 80,
            "content_url": "http://mozillascience.github.io/working-open-workshop/github_for_collaboration/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "contributors",
                "github",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "GitHub for Collaboration on Open Projects",
            "description": "Get comfortable with a Collaborative workflow in the GitHub interface. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/github_for_collaboration",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:45:47.468000Z",
            "moderation_state": 3
        },
        {
            "id": 137,
            "content_url": "https://location.services.mozilla.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Stumbler",
            "description": "Location Services is a tool to find user locations from nearby cell towers & WiFi signals. Stumbler is an app for contributing data.",
            "get_involved": "Download the app to contribrute to the pool of shared data.",
            "get_involved_url": "",
            "interest": "This is an open-source, privacy-minded alternative to Google and other location services.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-31T03:13:03.892000Z",
            "moderation_state": 3
        },
        {
            "id": 81,
            "content_url": "http://mozillascience.github.io/working-open-workshop/contributing/",
            "is_bookmarked": false,
            "tags": [
                "contributing guidelines",
                "contributing.md",
                "contributors",
                "open source",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Wrangling Web Contributions",
            "description": "In this activity you will learn how to create and maintain a CONTRIBUTING.md for an open source project. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this document on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/contributing",
            "interest": "Help writing contributor guidelines when you're starting a new open source project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:43:54.193000Z",
            "moderation_state": 3
        },
        {
            "id": 179,
            "content_url": "https://medium.com/@TedeFrambuesa/how-to-create-safe-spaces-for-women-in-m%C3%A9xico-1dd0d240402a",
            "is_bookmarked": false,
            "tags": [
                "mexico",
                "training",
                "web literacy",
                "women",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How to create safe spaces for women in México",
            "description": "Read Liza's account of her first, of four, trainings with local female leaders in Mexico to design safe spaces for women and girls. And what that safe space for women in Mexico looks like.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-06T20:37:40.360630Z",
            "moderation_state": 3
        },
        {
            "id": 1055,
            "content_url": "https://energimeuniversity.org",
            "is_bookmarked": false,
            "tags": [
                "#energime"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "global Comms",
            "submitter_profile_id": 2138,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "global Comms",
                    "profile_id": 2138,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "EnegimeUniversity",
            "description": "Study online",
            "get_involved": "",
            "get_involved_url": "https://energimeuniversity.org",
            "interest": "Education",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-08T19:13:59.036734Z",
            "moderation_state": 3
        },
        {
            "id": 2522,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-launches-second-call-for-us-applicants-to-the-responsible-computing-challenge/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Steven Azeka",
                    "profile_id": 5951,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla launches second call for US applicants to the RCC",
            "description": "10 U.S. based institutions of higher education will be awarded up to $150,000",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2023-02-03T13:48:24.777269Z",
            "moderation_state": 3
        },
        {
            "id": 2060,
            "content_url": "https://alternative-twitter-embeds.glitch.me/",
            "is_bookmarked": false,
            "tags": [
                "embed",
                "tweets",
                "twitter"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Alternative Tweet Embeds",
            "description": "Embed tweets without compromising your users' privacy and your site's performance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-05-04T19:38:18.310485Z",
            "moderation_state": 3
        },
        {
            "id": 166,
            "content_url": "http://www.bbc.com/news/world-africa-39273651",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "BBC: Web literacy training in Cape Town",
            "description": "BBC Africa segment showcasing web literacy work by Mozilla and UN Women in Cape Town, South Africa",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-03-17T18:39:14.405439Z",
            "moderation_state": 3
        },
        {
            "id": 82,
            "content_url": "http://mozillascience.github.io/working-open-workshop/roadmapping/",
            "is_bookmarked": false,
            "tags": [
                "issues",
                "milestones",
                "open source",
                "roadmap",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Introduction to Roadmapping",
            "description": "This activity is designed to help you write a Roadmap for your open source project or study group. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this doc via GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/roadmapping",
            "interest": "This can help you write a roadmap for your project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:41:48.786000Z",
            "moderation_state": 3
        },
        {
            "id": 268,
            "content_url": "https://github.com/ipsha21/altruism-in-tech",
            "is_bookmarked": false,
            "tags": [
                "diversity",
                "gender",
                "global sprint",
                "inclusion",
                "mentor",
                "tech",
                "women"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Altruism in Tech",
            "description": "The project is designed to help and guide people in tech who have lost their way, or find it difficult to start in the first place. The idea is to make the tech industry more inclusive and welcoming for a diverse set of people, by connecting them to a mentor, over internet for a call. The aim is to create a portal where interested Mozilla employees can volunteer by making themselves available for a one-on-one meeting, with a newcomer seeking help in their area of expertise.",
            "get_involved": "",
            "get_involved_url": "https://github.com/ipsha21/altruism-in-tech",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-05-10T16:43:07.471608Z",
            "moderation_state": 3
        },
        {
            "id": 83,
            "content_url": "http://mozillascience.github.io/working-open-workshop/writing_readme/",
            "is_bookmarked": false,
            "tags": [
                "open source",
                "readme",
                "working open",
                "working open workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Project Communication",
            "description": "Handout for creating a useful and welcoming readme file for your open project. Use at the Working Open Workshop.",
            "get_involved": "Contribute to this document in GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/writing_readme",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:40:16.032000Z",
            "moderation_state": 3
        },
        {
            "id": 819,
            "content_url": "https://github.com/thomaskuntzz/wikicours",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "education",
                "education technology",
                "edu tech",
                "mozsprint",
                "open access",
                "open source",
                "wiki"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Thomas Kuntz",
            "submitter_profile_id": 1348,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Thomas Kuntz",
                    "profile_id": 1348,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Wikicours",
            "description": "Wikicours is an online repository of school lessons that anyone can improve through a wiki, much like Wikipedia, but for courses ✏️📚\n\nPeople say technology could revolutionize education, but the tools to do so are yet to be built 🏗💻\n\nWikicours aims to do for school lessons what Wikipedia has done for encyclopedias, by building a free, comprehensive and high-quality online course site that anyone can improve. 📝📖",
            "get_involved": "Right now, we’re focused on collecting learning material, building a good website for the project and developing a branding and identity for it. We need your help! 👋 Give us your feedback and share your ideas, you can help regardless of your skills! 😉🎉",
            "get_involved_url": "https://github.com/thomaskuntzz/wikicours/blob/master/CONTRIBUTING.md",
            "interest": "We believe such an online repository of courses will be a great tool for students and teachers alike, and we hope building it will be a first step to improve the educational system for the better. 🔝🏫  If you care about education, openness and free access to knowledge, join us! ✨",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-05-09T11:27:38.013579Z",
            "moderation_state": 3
        }
    ]
}