Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 776057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:23:25+00:00 2026-05-14T19:23:25+00:00

I want to develop an iphone application that needs an english word dictionary. Can

  • 0

I want to develop an iphone application that needs an english word dictionary. Can you people suggest me any link from where i can have that database containing a reasonable number of english words with their meanings and example sentence.

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T19:23:26+00:00Added an answer on May 14, 2026 at 7:23 pm

    Update

    I recently found out about a much more useful API than wiktionary. It seems google has a “Google Dictionary” that you can use, though it’s an unofficial API. Using this query:

    http://www.google.com/dictionary/json?callback=dict_api.callbacks.id100&q={query}&sl=en&tl=en&restrict=pr%2Cde&client=te

    You can get a JSON result from google dictionary. Substitute your keyword for {query} (eg q=dog). Apparently this is the dictionary that google docs uses, and possibly some chrome extensions.

    Source: Google Operating System (blog)

    PS: The comments also mention an API for Dictionary.com.

    Previous response

    You could access Wikitionary’s data via Mediawiki’s API. That might be enough for what you need. I don’t know of any pre-made dictionaries you could use. If you need spell checking, you might be able to get Aspell working on iPhone.

    Links:

    • Default page for wikionary’s api, with a ‘quick reference’
    • Mediawiki’s API documentation

    There may also be wrappers for the API already created in the language you need. Some are listed on this page.

    If that doesn’t do it for you, you could try scraping one of the other dictionary websites too.

    Edit

    I’d probably only try this as a last resort because (as far as I know) you can’t get any easily usable results from querying wikitionary. You can get the wiki code for an entry, though. The problem with that is that you’ll then have to somehow extract the important information from that code.

    For example, take the following query (click to open in your browser):

    http://en.wiktionary.org/w/api.php?action=query&titles=dog&prop=revisions&rvprop=content&format=xml

    If you read the documentation, you’ll see the parts here are action=query, titles=dog, prop=revisions, rvprop=content, and format=xml. These tell the api what you want. It says “I’m performing a query for the entry with title ‘dog’ and I want the content of the latest revision in xml format”.

    What you get is:

    <api>
      <query>
        <pages>
         <page pageid="24" ns="0" title="dog">
           <revisions>
             <rev xml:space="preserve">
    {{also|DOG|dög}}
    ==English==
    {{wikipedia}}
    [[Image:YellowLabradorLooking.jpg|thumb|A dog (a [[Labrador]])]]
    ... (removed for brevity)
              </rev>
            </revisions>
          </page>
        </pages>
      </query>
    </api>
    

    You’ll have to process that somehow.

    Anyway, you can create the http request strings yourself, or you can use a wrapper for the api that does the “hard” work of making queries.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to develop an iphone application where u can change the language from
I want to develop a little iPhone application, just for my personal needs. I
I want to develop ebook reader application, from which user can buy ebooks available
I want to develop a mobile web application using asp.net 3.5 that can be
I want to develop a simple iPhone application which can record the external sounds,
I want to develop an application that translate a given sentence in English to
I want to develop an iPhone application which has to record the phone conversation.
I want to develop an ebook application for iPhone. I'm new to iPhone developement,
I want to develop and deploy application on iPhone and Android. However there is
Want to develop a query refinement tool just like Google Suggest so that i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.