Fastapi book github example. ; Flower for Celery jobs monitoring.

Fastapi book github example. Open Source GitHub Sponsors.
Fastapi book github example Welcome to my FastAPI project! This project demonstrates my proficiency in FastAPI and Python by implementing a fully functional CRUD (Create, Read, Update, Delete) application. ; controllers: Individual API Controllers (endpoints) are defined here. All the Configuração Clone o repositório Crie um ambiente virtual: python3 -m venv venv Ative o ambiente virtual: Windows: venv\Scripts\activate Unix ou MacOS: source venv/bin/activate Instale as dependências: pip install -r requirements. The API allows you to create, read, update, and delete users. Each chapter has its own branch which contains all the commits for that chapter, so it has the state that corresponds to the end of that chapter. Ebooks, Webinars Customer Stories Partners Executive Insights Open Source GitHub Sponsors. com/jdglaser/fastapi-example-project. Saved searches Use saved searches to filter your results more quickly This application is a simple, lightweight Book Management API built with FastAPI and SQLAlchemy. Once you finish your sample and it gets merged, you can open a PR in the Daytona repo and submit the sample into the index file. - StackPuz/Example-CRUD-React-18-FastAPI You signed in with another tab or window. To prevent syntax errors and keep high code quality, pre-commit hooks are used. Find and fix vulnerabilities A REST API built with Python and FastAPI, integrating with MongoDB for CRUD operations (Create, Read, Update, Delete) on books. FastAPI: The Complete A simple CRUD API created with FastAPI and SQLAlchemy for PostgreSQL. 8+. Clean Architecture Example using FastAPI framework Ebooks, Webinars Customer Stories Partners Open Source GitHub Sponsors. c. configs - Database configuration; controllers - Controllers for business logic; endpoints - API endpoints; libs - Utility libraries (databases and templates); model - Database table structures; routes - API routes Contribute to mauricearida/fastAPI-books development by creating an account on GitHub. Topics Trending Collections This is the source code for the FastAPI Beyond CRUD course. Contribute to ss8806/fastapi-book-example development by creating an account on GitHub. Contribute to KubaWoj666/FastApi-book-library development by creating an account on GitHub. Each book has a unique id, a title, an author, and a description. ; Both the worker and api containers FastAPI is an Asynchronous Server Gateway Interface (ASGI)-based framework that can help build modern, manageable, and fast microservices. This project follows a A sample project showing how to build a scalable, maintainable, modular FastAPI with a heavy emphasis on testing. app: The main application package. It is recommended to test the available APIs from [GET] /docs. Ebooks, Webinars Customer Stories Partners Executive Insights Open A simple book REST API for a Book management service built for a video on FastAPI, PostgreSQL and SQLModel. ; Filter books by rating: Find books that match a specific rating. Most are Python, but a Example Restful API using FastAPI connected to a MSSQL Database using pyodbc Ebooks, Webinars Customer Stories Partners Executive Insights Open Source GitHub Sponsors. White papers, Ebooks, Webinars Customer Stories Partners Executive Insights Open Source GitHub Sponsors. This file is a build artifact produced by cythonizing main. 1. This tutorial is not in the order of official tutorials, but in the order of actual use. Contribute to CloudBytesCollection/sample-fastapi-graphql-book-api development by creating an account on GitHub. Write better code with AI Security. Contribute to shau-git/example-fastapi development by creating an account on GitHub. - BaseMax/FastAPIBooks Example app using FastAPI and JWT virtualenv -p python3 venv source venv/bin/activate pip3 install -r requirements. Contribute to davidweinberg/fastapi-example development by creating an account on GitHub. ; api: Contains API-related code and endpoints. ; routes - the routes of API (in this example only one router - ftl with method /method/ftl. - zhiyuan8/FastA You signed in with another tab or window. It contains: README. This codebase was created to demonstrate a fully fledged fullstack application built with FastAPI including CRUD operations, authentication, routing, pagination, and more. This project uses PostgresSQL. It's set up for easy deployment with the Azure Developer CLI. . A Sample FastAPI + GraphQL + AWS CDK Project. The following developer tools must be available: Python (^3. 2. Instant dev environments This is an example of how to combine Flet and FastAPI for complex applications which require both an API and a user interface. Topics Trending Collections Enterprise This project is a FastAPI-based proxy server for OpenAI's Chat API. Saved searches Use saved searches to filter your results more quickly Sample implementation for OIDC with FastAPI and Authlib. ; Docker Swarm Mode deployment. 한빛미디어 『처음 시작하는 FastAPI』 샘플 리포지토리입니다. ; Update an existing book: Modify details of an existing book. We use Docker Compose to set up 4 containers: . g. ; In the worker container, we define a GlobalTable to hold the current count for the incrementer. git commit -m " Deploy on Heroku " git push origin master git push heroku master. yaml. Para gerenciar as migrações do banco de dados, usamos Alembic. json file as a mock database to manage books and authors. Using the very last SQL Alchemy 2. Repository with the example code of a course based on the creation of an ApiREST with python and FastAPI. ; build-css: Starts a process that watches . While not claiming originality or Contribute to takashi-yoneya/fastapi-sample-zenn-book development by creating an account on GitHub. DB connections, http clients, all dependencies that can be used not only in HTTP-related code but in any part of the application like CLI commands or background workers. png) to S3 bucket asynchronously. Companion for the O'Reilly book "FastAPI: Modern Python Web Development" - madscheme/fastapi. ; Value Object: An immutable object that has attributes and validation logic, but no distinct identity. Fund open source This example application is designed to show how a Python FastAPI application can be deployed on Koyeb. github/workflows - GitHub Actions workflows; alembic - Alembic database migration scripts; app - Main application code . txt Configure as variáveis de ambiente no arquivo . It runs basic format checking, code linting, and functionality testing using pytest. - StackPuz/Example-DataTables-FastAPI You can create a release to package software, along with release notes and links to binary files, for other people to use. Build dynamic, secure APIs with FastAPI: Features DB integration, real-time WebSocket, streaming, and efficient request handling with middleware, powered by Starlette and Pydantic. , but with FastApi instead of Flask. It can be used as a template to create sample repositories that can be added into Daytona. That allows you to get inside your running container and execute commands inside, for example a Python interpreter to test installed dependencies, or start the GitHub is where people build software. Write better code with AI GitHub is where people build software. The project uses a db. That allows you to get inside your running container and execute commands inside, for example a Python interpreter to test installed dependencies, or start the Clean Architecture Example using FastAPI framework Ebooks, Webinars Customer Stories Partners Executive Insights Open Source GitHub Sponsors. The project follows this folder structure:. For more details, visit the project's website. Topics Trending Collections Enterprise Enterprise platform. As a result, the back end and the front end can be GitHub is where people build software. Docker Compose integration and optimization for local development. Contribute to copev313/FastAPI-Example development by creating an account on GitHub. Reload to refresh your session. ; services: Houses business logic or service layer components. ; Flower for Celery jobs monitoring. In Stack Overflow 2021 Developer Survey, FastAPI is the third most loved web FastAPI is a truly ASGI, async, cutting edge framework written in python 3. This project is a simple CRUD application for managing books and authors. It uses Pydantic models for request and response validation and SQLAlchemy for database operations. Contribute to rumbarum/fastapi-book-example development by creating an account on GitHub. jinja files and rebuilds the application's TailwindCSS file if necessary. The FastAPI webapp has one endpoint, which: Inserts a row into a db table "greetings", which is a string representation of the current timestamp. Sign up for a free GitHub account to open an issue and contact its maintainers and the community. - fastapi/full-stack-fastapi-template This is sample fastapi sample project for book and author listing. Here are some of the best FastAPI books that provide comprehensive insights and practical examples to help you master this powerful framework. ; picodi_app. Based on an API for book management. ; Retrieve all books: Get a list of all books in the collection. Contribute to geek-01/fastapi-example development by creating an account on GitHub. It is designed with beginners in Adding some references from official documents: First Steps — FastAPI (tiangolo. Contribute to borys25ol/fastapi-todo-example-app development by creating an account on GitHub. Ebooks, Webinars Customer Stories Partners Open You signed in with another tab or window. Contribute to geekmorn/api-books development by creating an account on GitHub. Find and fix vulnerabilities Codespaces. This project deploys a web application for a restaurnant review site using FastAPI. White papers, Ebooks, Webinars Customer Stories Partners Executive Insights Open Contribute to GITbaburin/fastapi_sample development by creating an account on GitHub. Learn more about releases in our docs This is a simple User Service CRUD (Create, Read, Update, Delete) API built with FastAPI and SQLite. Create a file . main:app --reload # migrationファイル生成 alembic revision -m "message" --autogenerate # migration最新版適用 alembic upgrade head Example Application Interface using FastAPI framework in Python 3. Contribute to astral-sh/uv-fastapi-example development by creating an account on GitHub. md: This file. 🐍 FastAPI Trading App: A fun, practice Ebooks, Webinars Customer Open Source GitHub Sponsors. env Migrações com Alembic. pyx - main file, code written on Python (without Cython-flavored feautures), the entry point of the project. Every framework is designed to make some operations easier — by features, omissions, and defaults. GitHub community articles This project uses Poetry to manage dependencies. deps - Picodi dependencies. This repository contains a README file sample for Daytona Samples and the MIT License. It is also possible to refresh the token, which is set to last 60 minutes by default. 0 ! I'm gone to great lengths to adhere to the Python community styleguides & best practices Contribute to SaitoTsutomu/fastapi-book-sample development by creating an account on GitHub. Find and fix vulnerabilities A Sample FastAPI + GraphQL + AWS CDK Project. Because of its asynchronous core platform, this ASGI-based framework provides the best option when it comes to performance, reliability, and scalability over the WSGI-based Django and Flask. Skip to content. AI-powered developer Contribute to hyperdxio/fastapi-opentelemetry-example development by creating an account on GitHub. (note: you'll need to have python installed) FastAPI is a minimal framework for building web application programming interfaces (APIs) in Python quickly. Contribute to marciovrl/fastapi development by creating an account on GitHub. celery_app flower You signed in with another tab or window. FastAPI + ODMantic example. Most are Python, but a few are Jinja templates. Topics Trending The numbered Example code files from the book. 11) Docker; Poetry; Honcho; The project's dependencies can be installed with poetry install. Example FastAPI-SQLAlchemy app with PyTest database fixtures - GitHub - timhughes/example-fastapi-sqlachemy-pytest: Example FastAPI-SQLAlchemy app with PyTest database fixtures. test); builder. API for uploading object(. Checkout the project code: https://github. - jod35/lib-api There is a number of high-level concepts that are used in conjunction with one another to create and modify domain models: Model: A system of abstractions that describes aspects of a domain and can be used to solve problems related to that domain. ; models: Contains data models or Pydantic models. A simple example of using Fast API in Python. It is designed Write better code with AI Security. You signed out in another tab or window. White papers, Ebooks, Webinars Customer Stories Partners Executive Insights Open heroku login heroku git:remote -a car-shop-fastapi git add . - SogoKato/oidc-fastapi-authlib. fastapi start command: "python -m uvicorn main:app -- The project is divided into several parts: picodi_app - the main package of the project. Ebooks, Webinars Customer Stories Partners Executive Insights Open A Sample FastAPI + GraphQL + AWS CDK Project. html and . Getting Started Follow the steps below to deploy and run the Python FastAPI application on your Koyeb account. This is under developement for book rental project where user can rent and borrow books making it fully dynamic to use for its use Saved searches Use saved searches to filter your results more quickly FastAPI Learning Example 1. db at main · rootwarepo/Fastapi-Example. There is also a commented out command override, you can uncomment it and comment the default one. ; Load balancing between frontend and Python fastapi example with sqlite3 / for bookstore Designed according to SOLID Principles and it is an example of layered architecture. This example showcases Repository Pattern in Hexagonal Architecture (also known as Clean Architecture). GitHub Actions as CI/CD Pipeline - KenMwaura1/Fast-Api-example. It makes the backend container run a process that does "nothing", but keeps the container alive. Metrics include the number of tokens generated by the model, the number of main. Quickstart First, run PostgreSQL , set environment variables and create database. ; utils: Contains utility functions or helper modules. A simple example of the FastAPI Framework. FastAPI is a powerful web framework for building APIs, while MongoDB is a NoSQL database that provides flexibility and scalability. Deploying to AWS EC2 Log into your AWS account and create an EC2 instance ( t2. yaml gunicorn -w 1 -k uvicorn. FastAPI SSO example with various providers. Topics Trending Collections The numbered Example code files from the book. It can be effortlessly deployed on CloudStation, allowing you to focus on writing code without worrying about infrastructure. ; Get a task by ID: Fetch a specific task using its unique ID. This project includes authentication APIs (login, register, verify, forgot-password, reset-password, update-password) and article list and create APIs. Contribute to codekansas/fastapi-react-example-project development by creating an account on GitHub. Swagger UI? fastapi / fastapi Public. White papers, Ebooks, Webinars Customer Stories Partners Executive Insights Open Source GitHub This project deploys a restaurant review web application using FastAPI with Python and Azure Database for PostgreSQL - Flexible Server. ; OAuth2 Authentication: Implements OAuth2 protocols for You signed in with another tab or window. Simple example with FastAPI + PostgreSQL 📚. The course focuses on FastAPI development concepts that go beyond the basic CRUD operations. , static files, CORS). cli - the CLI commands. on Linux OS: celery -A celery_app worker --loglevel=info on windows OS: celery -A celery_app worker --pool=solo --loglevel=info Start Celery Flower to monitor. models: Stores the application's data models and schemas. 0:5002 This repo is a companion to the O'Reilly book, FastAPI: Modern Python Web Development. Explore the GitHub Discussions forum for fastapi fastapi. Example of FastAPI bigger application. Fund open source developers The ReadME Project. Companion for the O'Reilly book "FastAPI: Modern Python Web Development" GitHub community articles Repositories. 3k; Star 74. Topics Trending Collections Enterprise Example app to be deployed to AWS as an API Gateway / Lambda Stack - iwpnd/fastapi-aws-lambda-example Contribute to gadorcc/fastapi-example development by creating an account on GitHub. ; PGAdmin for PostgreSQL database, you can modify it to use PHPMyAdmin and MySQL easily. env and put all aws credential here Just one-line command docker-compose up -dto start up the redis, Fastapi server, flower and our worker. To see how RocksDB is used in Faust, see here. db: Contains the database driver and logic for create database and working with tables. If you want to try and code along with a chapter, you'll want to check out the branch for the previous chapter The example shows how to create an API for the DataTables with FastAPI and using MySQL as a database. GitHub Copilot. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more. A project that manages books using two domains, Book and Author The example shows how to Building a React CRUD App with a FastAPI and using MySQL as a database. Contribute to art049/fastapi-odmantic-realworld-example development by creating an account on GitHub. ; Production ready Python web server using Gunicorn. Topics Trending Collections Pricing; Search or jump to Search code, repositories, users, issues Python fastapi example with sqlite3 / for bookstore Designed according to SOLID Principles and it is an example of layered architecture. More than 100 million people use GitHub to discover, Ebooks, Webinars Customer Stories Partners Open Source Add a description, image, and links to the example-fastapi topic page so Contribute to louis70109/fastapi-line-bot-example development by creating an account on GitHub. Here we have two Entities - Books and Authors, whose relationships have been exploited to create CRUD endpoint in REST under OpenAPI standard. c is auto-generated C-code generated by Cython. FastAPI + React / TypeScript example project. Notifications You must be signed in to change notification settings; Fork 6. Contribute to chrisK824/fastapi-sso-example development by creating an account on GitHub. ; Retrieve a book by ID: Access a specific book's details using its unique ID. 🐍 FastAPI Trading App: A fun, practice project for trading simulation 📈 - 42Mo/fastapi-trading-app-example. api; worker; kafka; zookeeper; The worker container is based on a custom docker image that has both Python and RocksDB installed already. GitHub community articles Repositories. start: Starts the FastAPI backend with uvicorn. com). ; FastAPI Framework: Leverages FastAPI for building high-performance APIs with Python 3. - StackPuz/Example-File-Upload-FastAPI. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects. ; Read all tasks: Retrieve all the tasks in the system. How can I add response example and field descriptions which can be used by generated docs e. Contribute to Jayee19/fastapi-book-api development by creating an account on GitHub. middlewares: Houses various middleware for request handling (e. The application FastAPI Todo Application example. When the code is pushed to origin/main branch, the Github Action is triggered. It offers CRUD operations to manage a collection of books. There is an alembic config also. 📘 This FastAPI-based project and its documentation represent my interpretation of Clean Architecture and Command Query Responsibility Segregation (CQRS) principles with subtle notes of Domain-Driven Design (DDD). The /user route is used to create a user and manage the account. micro ), using the latest stable Ubuntu Linux AMI. You signed in with another tab or window. fastapi-example. Topics Trending Collections Enterprise Full stack, modern web application template. Add Example FastAPI application describing OTP authentication process with Google Authenticator Ebooks, Webinars Customer Stories Partners Executive Insights Open Source GitHub Sponsors. It supports operations such as creating, reading, updating, and deleting user information. This is an example project using the structure proposed in this blog post. Returns the Rest Api create in Python and FastApi . This is a simple example FastAPI application that pretends to be a bookstore. Minimal example of a setup with docker-compose which starts a postgres database and a FastAPI webapp. Each case in this tutorial can run independently, provided that the dependency package is installed. You switched accounts on another tab or window. Like any web framework, FastAPI helps you to build web applications. example config. celery -A main. Find and fix vulnerabilities Contribute to resend/resend-fastapi-example development by creating an account on GitHub. ; Pydantic for Data Validation: Employs Pydantic models to ensure data integrity and validation. Search for FastAPI projects and you'll find plenty of repositories with real-world examples. ; database: Handles database-related code, such as Playing with fastapi and trying to go beyond CRUD applications - knands42/Book-Store-Fastapi Contribute to muhammedseydali/fastapi development by creating an account on GitHub. This project can be used as a template/guide for creating a REST API using the FastAPI framework. Contribute to Mk-Abdull/example-fastapi development by creating an account on GitHub. Topics Trending You signed in with another tab or window. Look for projects with recent commits and a decent number of stars for quality assurance. UvicornWorker api:app --bind=0. FastAPIでシンプルなAPIを構築する際のテンプレとして作成しました。 コマンド # サーバー起動 / どちらでもいけます python run. py uvicorn app. The API is documented and can be interacted with via Swagger UI and ReDoc Full Docker integration (Docker based). It uses an async PostgreSQL connection with SqlAlchemy ORM. 9k. ; Update a task: Modify the details of an existing task. In this architecture, the API and the user interface are defined in a single app, while being clearly separated. src/: The example demonstrates how to implement file uploads in FastAPI. White papers, Ebooks, Webinars Customer Stories Partners Executive Insights Open Source GitHub This application provides a RESTful API for user management, utilizing FastAPI with SQLite for data persistence. It can generate traces and metrics using OpenTelemetry and send them to a collector for further processing. txt mv config. More modern and relevant examples can be found in other repositories with fastapi tag on GitHub. Navigation Menu Ebooks, Webinars Customer Stories Partners Open Source GitHub Sponsors. Fund open source There is also a commented out command override, you can uncomment it and comment the default one. fastapi start command: "python -m uvicorn main:app --reload" - Fastapi-Example/books. Discuss code, Ebooks, Webinars Customer Stories Partners Executive Insights Open FastAPI middlewares seem to lose request context (for example for OpenTelemetry) question Question or problem. The following poethepoet tasks are defined in the project:. They automatically check the code and clean it. Python FastAPI & Template & vanilla JS application example based on casdoor-python-sdk and casdoor-js-sdk - casdoor/casdoor-fastapi-js-sdk-example A FASTAPI example app, using a MySQL DB and providing features like: Authentication, versioning, monitoring, cron, permissions The API and the DB are containerized, monitoring through Prometheus/Grafana and the whole project is accessible through a single gateway endpoint based on nginx reverse proxy feature - ggouzi/fastapi-sample-app-features Create a task: Add a new task with a title, description, and completed status. Contribute to Vysakh1995/fastapi-example development by creating an account on GitHub. src/: Source files for the website. main. This repository showcases a simple FastAPI application for managing a collection of books. 0. c - C code for compiling file main. sample_books = [Book (title = "The FastAPI Handbook", author = "Jane Developer", Contribute to Mk-Abdull/example-fastapi development by creating an account on GitHub. Some chapters of Fluent Python 2e, O'Reilly show some FastAPI examples but is there an entire book dedicated You signed in with another tab or window. Create a new book: Add a book to the collection with title, author, description, and rating. This book will show you how FastAPI, a high-performance web framework for building RESTful APIs in Python, allows you to build robust web APIs that are simple and intuitive and makes it This book helps you unlock the power of FastAPI to build high-performing web apps and APIs by taking you through the basics like routing and data validation through to advanced topics, such This project provides a simple structure for creating a FastAPI-based web application for managing books, along with Alembic for database migrations. example/: The numbered Example code files from the book. pyx, the source Contribute to whitphx/fastapi-typescript-openapi-example development by creating an account on GitHub. workers. The API has 4 main routes: The /auth route is used for user login and generates the access token responsible for authorizing and authenticating some of the CRUD operations. The project structure is organized as follows: controllers: Contains the controllers responsible for handling requests and business logic. Asynchronous SQLAlchemy: Utilizes SQLAlchemy's asynchronous capabilities to handle database operations efficiently. GitHub — tiangolo/full-stack-fastapi-postgresql: Full stack, modern web application generator. Therefore, it is recommended to use the poetry command, and you can proceed with the dependency installation to run this application with the above command. conf - application configuration. It is possible to delete and update the account, as it verifies if You signed in with another tab or window. xdmn twzyox wxjpp gwphb dgxmw kyjf oyqp dxfnu qffvas xegpkor
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}