Mock rest api for testing. Consider a scenario where a team is developing a .
Mock rest api for testing. Mocking a REST call with MockRestServiceServer.
Mock rest api for testing Mar 25, 2024 · Postman is an “all in one” API platform for building and testing APIs. Products . Isolation. In the realm of software development, mastering the art of mocking an API for testing is a crucial skill. We have annotated the test class with the @SpringBootTest annotation to write an integration test which loads the complete Spring application context. For Mock Server Name, enter M1. As long as it is a REST service, you should be able to call it Aug 3, 2021 · Maybe @AutoConfigureMockMvc(addFilters = false) will help to disable security for integration test, like this: @SpringBootTest(webEnvironment = SpringBootTest. Testing Limitations Understand service virtualization and learn how to build an effective test strategy. The REST service mocking feature allows you to simulate a REST service by creating a mock service. Nov 22, 2024 · Create mock servers in Postman to help with API development and testing. With the emergence of RESTful APIs, testing RESTful API ser-vices becomes critical for the quality assurance of the web services. JSONPlaceholder comes with a set of 6 common resources: Our REST API allows you to effortlessly fetch reserved mock data through a simple GET request. The REST API online test assesses knowledge of creating and using RESTful web services and underlying HTTP specifics. Create A Mock Server Paste your JSON response to start building a mock server instantly. Postman is widely used in the developer community and provides complete functionality for creating and managing mock APIs and multiple testing customization options. E2E testing is only one type of test that every software system needs. Best Practices: API Mocking Pro Tip: Mocking is great when you only have a few API interactions to mock. TestAPI is a fake online REST API for testing and prototyping. The Handler is somewhat the same as the Usecase because in the Usecase we mocked the Repository, then for the Handler, it means that we need to mock the Usecase. g. This can be useful for testing the robustness and reliability of an application or service and can help developers identify and troubleshoot any issues that may arise. It looks like the code get the real data not the mock one. It allows developers to test their applications or services without relying on a live API, and can be configured to return specific responses to incoming requests. Probably one of the most interesting and useful cases is learning to mock external APIs. Oct 18, 2024 · If you want to automate your mock servers, follow the step-by-step guide to set up mock servers using the Postman API. @RequestMapping("/api/v1") @SpringBootApplication @RestController @Slf4j public class Applica Nov 29, 2024 · Apidog - Mock Your REST APIs With Just a Few Clicks. May 2, 2016 · If you want to test the behaviour of this client without the real REST service, you must mock all methods of collaborators that are called by the code you want to test. What is an API mock? An API mock is a web service that simulates a real, functional service. We may want to create a mock API for that database that returns example data representations. The Mocky. You will have more time to perfect your REST API's functionalities, providing your consumers with the best quality work. If you follow the source code, you’ll see that the list_breeds(), search_breeds() and create_vote() API methods use the call_api() class method. Then we annotated the EmployeeService instance with @InjectMocks to inject the dummy instance into it. Reading request body. Try this API Testing Mock Test to enhance your learning and preparation for the certification exam. Is this a sensible approach, and if so what is the best way to do this? Most resources I found were specifically for unit testing. Mocking REST APIs mainly provides two universal benefits: You are no longer required to rush a REST API's completion to observe its interaction with applications. js is limited, I made this work using the publicRuntimeConfig setting in next. Aug 29, 2014 · If on the other hand you want to "mock out" the rest APIs in that there is some sort of server giving you responses, which would be more in line of integration testing, you could try one of the many framework out there like restito, rest-driver or betamax. When you send a request to a mock server, Postman uses an algorithm to choose the saved example that Dec 4, 2023 · Writing API Test Cases. That mock data is based on an assumption that the real data uses the same data contract as what you are faking. Its functionality goes beyond just API mocks. Understanding the HTTP protocol. 0, the procedure of testing a Spring REST client was not very different than in any other Spring-based application. Nov 12, 2021 · A mock API is a useful tool for API development and testing. py; 😎 Conclusion; Requirements. This simplifies the API testing effort, as the QA team can test it in a highly controlled environment where the independent and dependent variables are clearly defined. now that you have completed the configuration, click on the create mock server button on your bottom right. Scenario Simulation Simulate complex scenarios to thoroughly test how your application reacts. 1. When Mocking Is Required. io API empowers developers by enabling them to create custom mock JSON responses for REST API endpoints. With our mocking capabilities in place, it’s time to tackle the core of API testing: writing test cases. Mockoon is the easiest and quickest way to run mock REST API servers. Mock APIs provide predefined API responses for client applications. You can use REST mock services to perform various tasks: Create a web service Imposter is a system that runs live, interactive mocks in place of real systems. bat (mockservicerunner. Feb 14, 2022 · But I would want to test if the API is accessible, that the response is correct, whether concurrent calls are limited, if there are any other authorization problems, etc. What is a mock? A mock is a method or object that mimics the behavior of an external system in a controlled way. If an API or service is not yet fully developed MockServer can mock the API allowing any team who is using the service to start work without being delayed Mar 27, 2023 · Mock External Rest API Calls. Also, the mock should have # a `json()` method that returns a list of todos. Aug 28, 2024 · mocking, stubbing, rest-assured; RestAssured: API Testing with Mocking and Stubbing # Introduction # API testing is a crucial step in ensuring the reliability and stability of software applications. Net and trying to get into Unit Testing my API. To test these parts, we make use of a mock object. RestTemplate is a dependency inside DataTestRepo, so this is exactly what you need to mock. Python 3. Learn how Postman mock servers work. Oct 19, 2023 · Mockito is a popular Java library used for creating and working with mock objects in unit testing. RANDOM_PORT) @ExtendWith(SpringExtension. Don't mock the tool making API calls; stub the server responses. MockAPI is meant to be Mock endpoint changes and new integrations to allow frontend developers to work independently. Mocks are created in a manner Using the HttpResponse. It doesn't matter if its a source code or test code. Code Issues Dec 27, 2023 · Step 4: Mock server configuration: Within the configuration tab, we are going to set the mock server name to mock users api. WireMock Cloud lets you rapidly create mock APIs that simulate the real world. Postman is an API Client application that provides us with many features, including API testing which we have covered in our Postman API testing article. Dec 17, 2024 · There are several situations in which mock APIs can be useful: Testing: Mocking APIs can be used to test the functionality of an application or service without relying on a live API. - opensource254/mock-api Build Better with FreeTestAPI. Beeceptor's Fake API server offers a range of hosted, free REST APIs available to anyone in need of simulated data for their applications or demonstrations. You can customize headers on requests and responses, set response latency, and specify HTTP status codes. In Huawei, we have developed a highly automated and elastic RESTful API testing Feb 14, 2022 · However, there will be some parts of the application that rely on data from external systems to run, such as databases, file systems, or external APIs. Jul 5, 2020 · I'm new to C# and . The most basic solution would be having a central testing log of frontend browser errors, frontend HTTP requests and responses, (mock) REST API HTTP requests and responses and check on this log if the expectations are met for the behavior of the frontend. The provisioning API supports the creation, querying and deletion of mock APIs. Dec 29, 2024 · However, you can get rid of this pain point by using a mock REST API for testing. Testing a service with Rest api call in java ee application using junit and mockito. config. This guide covers API types, best practices, and a step-by-step setup using Apidog. testing mock cli rest-api mock-server openapi api-mock mock-responses. This approach begins from the end user’s perspective and simulates a real-world scenario. Multiple content types are supported, including HTML, XML, Text, and JSON. Easily import, record or design a new API Robust response templating, body matching and dynamic response Dec 6, 2023 · Mockito: A mocking framework for creating mock objects in unit tests. Mar 7, 2017 · Mock IRestResponse<T> and return that. Imagine you’re building a Rest API that depends on another Rest API to get data. – user647772 Commented Oct 23, 2012 at 14:19 May 27, 2012 · To test internal portions of the REST service (e. Creating a mock API for testing is a valuable process Enhance Software Quality with Contract Testing. Mock APIs can also be beneficial for API testing and development. There are a variety of endpoints available and each provides JSON response for resources such as posts, users, comments, todos, etc. Other types of testing include: Unit testing — Ensures that every component in a system works as expected. How to Mock client side rest Oct 19, 2022 · In this example, we’ll use the pytest-mock library, which is a wrapper around the patching API provided by the mock package. return_value = todos # Call the service, which will send a request to the server. Mocking REST APIs. Aug 7, 2023 · ReqBin is an easy-to-use and user-friendly online API testing tool designed specifically for testing websites, web services, and REST and SOAP APIs. Developers can design, mock, debug, test, document, monitor, and publish APIs all from one place, making Postman the “Swiss Army knife” in an API development toolbox. Dec 28, 2022 · What is API mock API mock, or mock API, is a simulated version of an API that is used for testing and development purposes. The assessment includes solving work-sample tasks, such as: Defining the endpoints for REST APIs. Use reverse proxy to quickly switch APIs endpoints. MockAPI is a simple tool that lets you easily mock up APIs, generate custom data, and perform operations on it using RESTful interface. public static IRestClient MockRestClient<T>(HttpStatusCode httpStatusCode, string json) where T : new() { var data Oct 18, 2024 · You can also create a mock server using the Postman API. net testing frameworks which support all of this. When load testing your API, do you really need to pass on the load to downstream APIs? Let Beeceptor mock it for you. You'll learn how to use the Postman API to mock a collection and get the mock server URL. Aug 29, 2021 · Mocking a REST API the "API first" approach with Mockoon 29 August 2021 on swagger , docker , openapi , oas , github , api , rest , mock , stub , mockoon , insomnia , Recently, I have spent considerable time researching and analyzing the tooling available for "API first". For a more scalable approach, try API virtualization. Master the art of mock API creation for seamless testing workflows. com' { BeforeAll WireMock Cloud enables this approach by making all features available via its REST APIs. return_value = Mock(ok=True) mock_get. You can then run it either directly from SoapUI, or use the mockservicerunner. Local Tunnel Expose your local services to the Internet with a public Apr 16, 2020 · Mocking a Rest API. It looks I have not Mock the RestTemplate successfully. Or, is mock tests only suggested only when an API call itself is not tested (i. This highly user-friendly and intuitive API is designed to streamline the testing process and ensure an efficient work environment for developers. I need some kind of test database to test my POST- and my GET-Methods. Howerver, access to environment variables in Next. This mock server leverages Beeceptor features to provide a free and openly accessible fake REST API. A mock API is an isolated API, and it is not affected by changes in external services/databases/systems. Jan 26, 2020 · You are testing the logic inside DataTestRepo class, so you should not mock it. Fake API mock server is free and easy to use. I created a project consisting of an actual Database, a controller for data access, a business layer and a REST-API. Mocko empowers you to tackle any challenge and ensure the reliability of your system. Consider a scenario where a team is developing a Feb 4, 2022 · A requirements for this to work is to be able to specify the backend (host) the API is calling (via environment variables). WireMock has a rich matching system, allowing any part of an incoming request to be matched against complex and precise criteria. A mock API can also be useful when testing backend apps. , a specific service method) without hitting a database, you'd mock the DB subsystem, allowing testing of service internals only, without involving the DB. Follow the steps below to get a hands-on demonstration of how to mock a collection with Jul 25, 2021 · Here is my code, I just need to mock those Rest API Calls in Pester and test them, could someone help me here. Describe 'Test worldclockapi. Built for Unit Test Mock for Spring Boot Rest Api. WebEnvironment. You can set it to your preffared name. Feb 20, 2024 · The answer is simple: API mocking. A common case is that your API or service needs to call external services over HTTP that it integrates to. json() static method, we are returning an application/json response from this resolver to be used as the mocked response. Microcks empowers teams to optimize services and accelerate product releases , gaining a competitive edge . It can be in a README on GitHub, for a demo on CodeSandbox, in code examples on Stack Overflow, or simply to test things locally. Throughout this tutorial I have been demonstrating how to mock data returned by a third-party API. Share. 4. Jun 1, 2022 · I am not sure if there are existing . REST Endpoints filled with Auth JSON data, DummyJSON provides a free fake REST API with placeholder JSON data for development, testing, and prototyping. next, select the Save the mock server URL as an environment variable checkbox. . response = get_todos() # If the request is sent successfully, then I expect a response to be returned. This is ideally suited for testing and prototyping. It is widely used in enterprise applications for the development, mocking, simulation, and testing of web services. Microcks is a powerful tool to facilitate rapid mock service generation, automated API testing, and seamless CI/CD integration, streamlining development and deployment processes. Feb 12, 2020 · SwaggerHub provides a mock server for OpenAPI 2. return_value. Unit Test on Spring Boot, Mock, Integration Test with Test Container, and Argument Capture. JSONPlaceholder is a free online REST API that you can use whenever you need some fake data. sh in OS X) command-line application. Sep 20, 2020 · API testing tools / libraries – Postman; Java – restAssured ; C# – restSharpe; Katalon studio; Python – requests with pytest; Postman is a tool to perform all kind of API testing by providing the payload, authentication and different API calls / methods, to practice API testing in postman also we need demo APIs. It is an open-source API Testing tool used for both Simple Object Access Protocol (SOAP) and Representational state transfers (REST) services. If you want to get rid of these dependencies when developing you can use mock APIs to your advantage. Practice Now! New Year, New Skills, New You! - Take Jul 25, 2017 · We wrote a small Spring Boot REST application, which performs a REST request on another REST endpoint. 2. Sponsor Star 15. Quickly mock REST APIs and define routes based on an HTTP method or any CRUD method. Built with Next. Your first step was making a call to the actual API and taking note of the data that was returned. Select View more actions next to the C1 collection, and then select Mock collection. Try practice test on REST-Assured API Testing with MCQs from Vskills and prepare for better job opportunities. A/B testing by switching API endpoints or versions without any redeployment. mjs. In general it should look like this inside your test: @InjectMocks private DataTestRepo DataTestRepo; @Mock RestTemplate restTemplate; I tried to test a simple test for a service including a restclient. This clear structure helps keep your tests organized. You can automate the process of setting up a mock server using the Postman API. Backend developers need to test, run and improve the API. Retrieving the Data; 🧪 Testing the API Calls Using Mocks; 🧪 Testing the API Using an Adapter; 🧪 Testing the API Using VCR. A mock can be used to provide example responses from the backend service that is currently being developed, which makes it a great fit for the use case we described above. Discover the benefits of contract testing to ensure mock interactions under test control between your software and systems that it collaborates with. Let's learn about mock APIs, their usage, and the top mock APIs available Oct 7, 2024 · End-to-end (E2E) tests focus on the complete user workflow. js & Tailwind CSS, MockX streamlines your workflow from prototyping to testing. Mock API with Mocky. These tools provide an easy-to-use interface for sending requests and validating responses. Sep 28, 2024 · Mocking external network requests is a crucial part of testing applications that rely on APIs. Resources. Jan 8, 2024 · Same goes for testing REST clients. Get a List of Blog Posts Below is the API endpoint to get a list of blog Sep 19, 2020 · 🌦️ Demo App Using a Weather REST API. In the POST /posts handler, let’s read the request body and push the new post to the allPosts map. The world easiest & fastest tool belts to mock your APIs | API Mocks for Free Don't wait for the backend to be ready, generate custom API responses with Mocky and start working on your application straightaway May 26, 2020 · In this video of 30 Days of API Testing Challenge, I am going to discuss 7 Demo Websites for API Test Tagged with testing, tutorial, webdev, beginners. With support for REST and GraphQL APIs, it simplifies the mocking process, boosting productivity and reducing delays in front-end development. Run standalone mock servers, or embed mocks within your . e. py; 🌦️ Demo App Using a Weather REST API We will use WireMock, which is a tool for building mock APIs, to mock the external service interactions and test our API endpoints. Below is an example of using WireMock with JUnit 5 to mock a simple API response. 0 specs. Testcontainers provides the Testcontainers WireMock module so that we can run WireMock as a Docker container. Mar 29, 2022 · In this article, we will see how to Mocking REST APIs Using SoapUI. 0. Nov 30, 2019 · Testing Spring Boot RESTful APIs using MockMvc/Mockito, Test RestTemplate and RestAssured. Checkout Now !! Learn, Certify, Succeed: A Smarter Way to become Jun 6, 2021 · The test file for Usecase Handler. We want to unit test the get_updated_issues function and this provides us a first challenge: the get_updated_issues function contains a call to the Jira Rest API. Dec 13, 2024 · WireMock can be easily integrated with JUnit to create mock HTTP services for testing RESTful APIs. To this end, several techniques [2, 6, 9] have been proposed to au-tomatically generate test cases for RESTful APIs. We will see few API mocking involves creating a simple simulation of an API, accepting the same types of request and returning identically structured responses as the real thing, enabling fast and reliable development and testing. Anyone can help me with this. A mock server simulates a real API server by accepting requests and returning responses. For example, think of an application that has a database. json. Integration testing — Combines individual software modules and When the app goes to call the login API (GET login_api_path) I want to return some predefined JSON for what to show on the screen rather than making a real request to the server. Dec 5, 2024 · Requestly is an open-source API mocking tool that helps developers quickly simulate API responses, saving time on testing and development. Not only could the bill rack up, but it also introduces dependency, unpredictability and latency. 2. Mocking exchange() Jan 19, 2024 · Create a new project folder named pytest-rest-api. This testing belongs in the REST service module, not the client side. Free Fake Rest API for Developers. Parallel The open-source, cross-platform API test and design tool. Tired of using Lorem Ipsum while testing an app or feature? Access 25+ free mock APIs and diverse fake data to power your development process without hassle. We have tested the service layer of our Java-based RESTful API server. To use the mock server, import your spec into SwaggerHub and enable "API Auto Mocking". RestAssured is a popular Java library used for API testing, providing a simple and intuitive way to test RESTful APIs. This integration allows you to automate testing in a consistent and reliable way. And I would like to initialize this test database with some test data for the GET-Methods. To create a mock server for the collection, do the following: Select Collections in the sidebar. io. We are using the RestAssured library to test our API endpoint, so we captured the random port on which the application started and initialized RestAssured baseURI. With ReqBin, you can quickly test API endpoints, view and validate server responses, save your requests in the cloud and share them online with colleagues, or add links to them in the documentation. It works with all programming languages and technologies. Applying network security concepts. You would create a MockRestServiceServer instance, bind it to RestTemplate instance under test and provide it with mock responses to requests, like this: Dec 1, 2021 · API consumers (mostly frontend developers) need to know the responses from the backend to shape them for the frontend. Introduction. It lets you test a range of probable situations and generates required use cases, and thus, contributes significantly to future-proof your software or app Discover MockX, the ultimate tool for developers to easily create, manage, and use Mock APIs for faster and more efficient web development. Updated Sep 18, 2023; Java; prasathmani / google-maps-mock-api. Free Dummy API Create a dummy REST API for free to study a new Nov 22, 2024 · Set up a mock server to simulate the behavior of a real API for development or testing purposes. The admin API of a Mock API supports configuration of an individual mock API, including stub create/update/delete, request log querying and verification and more. Finally, in the test method, we defined the behavior of our mock using Mockito’s when/then support. Therefore, we can take a handful […] After creating a new mock API you’ll be taken to the Settings page where you can find its base URLs (one for HTTP one for HTTPS): You can check that your new API is live by copying the base URL by clicking the icon to the right of the box and making a request from your HTTP client (e. May 18, 2017 · RestTemplate works in Junit as well. before proceeding to the next step, let us SoapUI, is the world leading Open Source Functional Testing tool for API Testing. It is designed to fast track development and save cost. We do not Install an API testing tool: Then we have to Install an API testing tool, such as Postman, SoapUI, or Rest Assured. create test assertions that verify the requests the system-under-test has sent; de-coupling development start working against a service API before the service is available. rest-api mock-server mock-api test-server rest-mock mimock. Send hyper-customized responses using Handlebar template. Before Spring Boot 1. It supports functional tests, security tests, and virtualization. When do you need to mock APIs? API mocking is typically used during development and testing as it allows you to build your app Mock API for backend development. An open, fast, reliable, and free-to-use RESTful API for testing, learning, and prototyping. CRUD APIs Instantly generate six JSON Rest APIs to build apps faster. May 12, 2021 · What is a Mock API? With APIs, to mock is to copy or imitate. It supports multiple protocols such as SOAP, REST, HTTP, JMS, AMF and JDBC. In this section, we’ll explore strategies for structuring API test cases effectively, creating test suites and test cases for different API endpoints, using Jest matchers to make assertions about API responses and behavior and also discuss how to extend these Basically specify a number of mock servers same as the number of rest templates you use in your client code, then specify a test configuration providing a rest builder with a customizer, so that your client code's rest templates will be built via this customized builder. Calling it during tests is not ideal. YourServiceWithDependency. No remote deployment, no account required, free, open source and cross-platform. Additionally, you have the option to retrieve custom data that you've created yourself. java: In conclusion, API testing in Spring Boot is an integral part of the software development… How to Mock an API for Testing. You can either fetch a single object or request multiple objects in bulk by providing their respective object IDs as part of a single GET request. Take a look The short answer: A mock API is a simulated version of a real API, used primarily for testing and development. mock_get. E. The service itself will looks as this: Testing for updates to the API data. Kickstart new applications or services at light speed using our modular and free to use API mocking service that gives you all the essential API endpoints you would require to scaffold, mock and test your web applications. Check out a blog post I wrote Testing Components that make API calls for a deeper dive. Mock Service Worker (MSW) Mock REST and GraphQL APIs. REST is based on HTTP, so it doesn't matter what framework is used to write a REST service. API mocking is a potent concept that has become a crucial part of the software development and testing cycle. Since we don’t want to rely on a live production API during development, we’ll use a mock API service like Mocky. Mocking is supported on both free and paid plans. 0 and 3. Within this folder, create your first test file called test_rest_api. Improve collaboration and reliability with this effective quality assurance technique. The slightly longer answer: The mock API mimics the behavior of the actual API by providing realistic responses to requests, which enables developers to validate their code under real-world-like conditions even when the actual API is Jun 29, 2021 · How to mock remote REST API in unit test with Spring? 14. Mocking a REST call with MockRestServiceServer. 8; pytest-mock; requests; flask; responses; VCR. How mock REST Request. The possibility to create mock-ups / mock system components is becoming increasingly important in contemporary development. py. Frontend developers can consume the mock API, which provides the same interface as the actual API. By configuring a mock server for your collection and adding examples to your requests, you can simulate the behavior of a real API. Access realistic data quickly for your projects. Updated Jan 6, 2025; Go; WireMock supports several approaches for creating mock APIs - in code, via its REST API, as JSON files and by recording HTTP traffic proxied to another destination. Turn an OpenAPI file, WSDL file or any REST endpoint into a mock API for dev or QA. Postman): May 11, 2024 · In the above JUnit test class, we first asked Mockito to create a dummy RestTemplate instance using the @Mock annotation. The most basic way to create a mock API server or mock REST API is to use static responses which we will cover in this advanced dummy mock API data definition, mock data definition and dummy web service APIs for testing guide. In Postman, you mock a collection by adding examples and creating a mock server. testing some other feature that has an API call). class) @AutoConfigureMockMvc(addFilters = false) public class FooTest { @Autowired private MockMvc mockMvc; // some of your tests here . Get a full ready to use REST API, without any registration or additional fee for testing and prototyping your application. Importance of API Mocking for API Testing 1.
msaujk svrf inmv tfm xtmqo oobta tuqkw kgsnks las iuvbwbg
{"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"}